Made hardcore part of spawnboss privilege intead of cfg.

This commit is contained in:
ricky 2011-06-06 19:40:11 +10:00
parent 906ae46785
commit b33d1e1e95

View file

@ -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));