changing variable to be less ambiguous
This commit is contained in:
parent
a1158cb2e7
commit
e50f2dfd1e
2 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ namespace TShockAPI
|
|||
public static readonly string spawnboss = "tshock.npc.spawnboss";
|
||||
|
||||
[Description("User can rename NPCs.")]
|
||||
public static readonly string rename = "tshock.npc.rename";
|
||||
public static readonly string renamenpc = "tshock.npc.rename";
|
||||
|
||||
[Description("User can spawn npcs.")]
|
||||
public static readonly string spawnmob = "tshock.npc.spawnmob";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue