From b33d1e1e959366136397900f12dfe5a815bea9f6 Mon Sep 17 00:00:00 2001 From: ricky Date: Mon, 6 Jun 2011 19:40:11 +1000 Subject: [PATCH] Made hardcore part of spawnboss privilege intead of cfg. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index de2e61fb..b8215ffe 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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));