mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
EXTRA PARENTHESES ZOMG.
This commit is contained in:
parent
aff1e1b16f
commit
94003f789d
@ -56,7 +56,7 @@ public class Command_onlinemode extends TFM_Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TFM_Util.adminAction(sender.getName(), "Turning player validation " + ((online_mode ? "on" : "off")), true);
|
TFM_Util.adminAction(sender.getName(), "Turning player validation " + (online_mode ? "on" : "off") + ".", true);
|
||||||
|
|
||||||
server.reload();
|
server.reload();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user