Made hardcore part of spawnboss privilege intead of cfg.
This commit is contained in:
parent
906ae46785
commit
b33d1e1e95
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace TShockAPI
|
|||
commands.Add(new Command("eater", "spawnboss", Eater));
|
||||
commands.Add(new Command("eye", "spawnboss", Eye));
|
||||
commands.Add(new Command("skeletron", "spawnboss", Skeletron));
|
||||
commands.Add(new Command("hardcore", "cfg", Hardcore));
|
||||
commands.Add(new Command("hardcore", "spawnboss", Hardcore));
|
||||
commands.Add(new Command("invade", "causeevents", Invade));
|
||||
commands.Add(new Command("password", "cfg", Password));
|
||||
commands.Add(new Command("save", "cfg", Save));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue