Fixed /blockcmd in /purgeall

This commit is contained in:
Wilee999 2013-05-27 19:57:53 -07:00
parent 4f6e4e2e87
commit ad9e901aa0

View file

@ -17,7 +17,7 @@ public class Command_purgeall extends TFM_Command
server.dispatchCommand(sender, "mute purge");
server.dispatchCommand(sender, "fr purge");
server.dispatchCommand(sender, "mp");
server.dispatchCommand(sender, "blockcmd");
server.dispatchCommand(sender, "blockcmd purge");
server.dispatchCommand(sender, "halt purge");
//If I'm missing any, lemme know. Or just add it yourself.