Fix PV value kick for player names with special characters

Vanilla development commit:

https://github.com/DayZMod/DayZ/commit/6b7a55b1ea0a8aacfc476599a6da10e75aa3c726
This commit is contained in:
ebaydayz
2016-07-25 13:37:33 -04:00
parent 97a03c84d0
commit 28a522ba64
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1935,7 +1935,7 @@ class FSM
itemno = 106;
init = /*%FSM<STATEINIT""">*/"if (_debug == 1) then {diag_log [diag_tickTime,'Finish'];};" \n
"" \n
"PVDZ_plr_LoginRecord = [_playerUID,_charID,0,(name vehicle player)];" \n
"PVDZ_plr_LoginRecord = [_playerUID,_charID,0,toArray (name vehicle player)];" \n
"" \n
"progressLoadingScreen 1;" \n
"" \n