mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-14 12:58:28 +00:00
Fixed /blockcmd in /purgeall
This commit is contained in:
parent
4f6e4e2e87
commit
ad9e901aa0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue