Adding colon

:
This commit is contained in:
ImALuckyGuy 2014-01-17 06:32:23 -06:00
parent a395904c43
commit 90aa3ab420

View File

@ -693,7 +693,7 @@ public class TFM_PlayerListener implements Listener
final String IP = player.getAddress().getAddress().getHostAddress().trim();
// Log join message, as 1.7 doesn't log it anymore
TFM_Log.info(player.getName() + " joined the game with IP address " + IP);
TFM_Log.info(player.getName() + " joined the game with IP address: " + IP);
TFM_UserList.getInstance(TotalFreedomMod.plugin).addUser(player);