From 9f5905492d84ab34607683b756d879cf3e32d331 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Mon, 25 Sep 2023 22:29:10 -0700 Subject: [PATCH] You didn't see any copy paste errors --- CustomModels/Commands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomModels/Commands.cs b/CustomModels/Commands.cs index d56edf1..36265c2 100644 --- a/CustomModels/Commands.cs +++ b/CustomModels/Commands.cs @@ -870,9 +870,9 @@ void Wear(Player p, string modelName, CommandData data) { public sealed class CmdBypassModelSizeLimit : CmdManageList { - public override string name { get { return "Cheater"; } } + public override string name { get { return "BypassModelSizeLimit"; } } public override string shortcut { get { return ""; } } - public override string type { get { return "fun"; } } + public override string type { get { return CommandTypes.Other; } } public override LevelPermission defaultRank { get { return LevelPermission.Operator; } } protected override string ListName { get { return "bypass model size limit"; } } protected override PlayerList list { get { return CustomModelsPlugin.bypassMaxSize; } }