mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Adding colon
:
This commit is contained in:
parent
a395904c43
commit
90aa3ab420
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user