mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 03:24:58 +00:00
EXTRA PARENTHESES ZOMG.
This commit is contained in:
parent
aff1e1b16f
commit
94003f789d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue