debug_source for JIP is sometimes "no vehicle" at this time

Guess using name player directly in this diag log should prevent this.
This commit is contained in:
Wyqer 2018-04-15 22:54:12 +02:00
parent 4bed8419ca
commit 1c631f922a
No known key found for this signature in database
GPG Key ID: 2D3FEE0019ED51F5
1 changed files with 1 additions and 1 deletions

View File

@ -137,5 +137,5 @@ if(isServer) then {
waitUntil {sleep 0.5; !isNil "KP_serverParamsFetched"};
waitUntil {sleep 0.5; KP_serverParamsFetched};
private _text = format ["[KP LIBERATION] [PARAM] Client %1 received parameters from server.", debug_source]; _text remoteExec ["diag_log",2];
private _text = format ["[KP LIBERATION] [PARAM] Client %1 received parameters from server.", name player]; _text remoteExec ["diag_log",2];
};