remove brackets from cutext output

This commit is contained in:
[VB]AWOL
2013-11-24 15:45:36 -06:00
parent 03521efc8a
commit 473fa49197

View File

@@ -16,7 +16,7 @@ if(player distance _vehicle < 10) then {
publicVariable "PVDZE_veh_Lock"; 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; s_player_lockUnlock_crtl = -1;