diff options
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/mp/_base_gametype_mp.gnut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_base_gametype_mp.gnut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_base_gametype_mp.gnut index b3f1c5cb..d7514b29 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_base_gametype_mp.gnut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_base_gametype_mp.gnut @@ -132,7 +132,7 @@ void function CodeCallback_OnClientConnectionStarted( entity player ) callbackFunc( player ) } - printl( "Player connect started: " + player ) + printl( "Player connect started: " + player + "---UID:" + player.GetUID() ) InitPassives( player ) } |