diff --git a/SQF/dayz_server/compile/server_playerSetup.sqf b/SQF/dayz_server/compile/server_playerSetup.sqf index 47fc23f08..bb9bc5de8 100644 --- a/SQF/dayz_server/compile/server_playerSetup.sqf +++ b/SQF/dayz_server/compile/server_playerSetup.sqf @@ -225,7 +225,7 @@ _playerObj setVariable ["lastPos",getPosATL _playerObj]; _clientID = owner _playerObj; _randomKey = []; -_randomInput = toArray "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_+-=\][{}:"; +_randomInput = toArray "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_+-="; for "_i" from 0 to 12 do { _randomKey set [count _randomKey, (_randomInput call BIS_fnc_selectRandom)]; };