mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 07:34:56 +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();
|
server.reload();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue