EXTRA PARENTHESES ZOMG.

This commit is contained in:
Steven Lawson 2012-10-22 17:03:43 -04:00
parent aff1e1b16f
commit 94003f789d

View File

@ -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();
}