From e599e985b326cd6ed08fed7a790c55ecfd0878d2 Mon Sep 17 00:00:00 2001 From: Shank Date: Sun, 29 May 2011 20:10:02 -0600 Subject: [PATCH] Removed non-admin command that did nothing. --- Terraria/messageBuffer.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Terraria/messageBuffer.cs b/Terraria/messageBuffer.cs index 7a7ed6fb..3ac28daa 100644 --- a/Terraria/messageBuffer.cs +++ b/Terraria/messageBuffer.cs @@ -969,13 +969,6 @@ ShankShock.broadcast(ShankShock.findPlayer(this.whoAmI) + " has spawned all 3 bosses and started an invasion!!!"); return; } - if (str9 == "/break") - { - NetMessage.SendData(0x11, -1, -1, "", 0, (float)x - 5, (float)y - 5, 1f); - NetMessage.SendData(0x22, -1, -1, "", 0, (float)x - 5, (float)y - 5, 1f); - WorldGen.KillTile(x - 5, y - 5, true, false, false); - return; - } if (str9 == "/skeletron") { if (!ShankShock.isAdmin(ShankShock.findPlayer(this.whoAmI))) @@ -1092,12 +1085,6 @@ ShankShock.broadcast(ShankShock.findPlayer(this.whoAmI) + " has spawned an eater of worlds!"); return; } - if (str9 == "/testadmin") - { - //ShankShock.sendMessage(this.whoAmI, ShankShock.isAdmin(ShankShock.findPlayer(this.whoAmI)).ToString()); - //NetMessage.syncPlayers(); - //return; - } if (str9.Length > 5 && str9.Substring(0, 5) == "/kick") { if (!ShankShock.isAdmin(ShankShock.findPlayer(this.whoAmI))){