mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
remove brackets from cutext output
This commit is contained in:
@@ -16,7 +16,7 @@ if(player distance _vehicle < 10) then {
|
||||
publicVariable "PVDZE_veh_Lock";
|
||||
};
|
||||
|
||||
cutText [format["[%1] used to unlock vehicle.",_key], "PLAIN"];
|
||||
cutText [format["%1 used to unlock vehicle.",_key], "PLAIN"];
|
||||
};
|
||||
|
||||
s_player_lockUnlock_crtl = -1;
|
||||
|
||||
Reference in New Issue
Block a user