Skip to content

Commit

Permalink
You didn't see any copy paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed Sep 26, 2023
1 parent 02a820a commit 9f59054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomModels/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; } }
Expand Down

0 comments on commit 9f59054

Please sign in to comment.