This commit is contained in:
Jerom van der Sar
2012-09-18 12:47:25 +02:00
parent 54f0d543a7
commit 6aefb4e4cc
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class Command_halt extends TFM_Command
int counter = 0;
for(Player p : server.getOnlinePlayers())
{
if(!TFM_UserInfo.getPlayerData(p).isHalted())
if(TFM_UserInfo.getPlayerData(p).isHalted())
{
unhalt(p, sender);
counter++;