mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
oops
This commit is contained in:
@ -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++;
|
||||
|
Reference in New Issue
Block a user