mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Minor formatting cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ private["_vehicle","_key"];
|
||||
_vehicle = (_this select 3) select 0;
|
||||
_key = (_this select 3) select 1;
|
||||
|
||||
if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_37") , "PLAIN DOWN"]; };
|
||||
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_37","PLAIN DOWN"];};
|
||||
DZE_ActionInProgress = true;
|
||||
|
||||
{player removeAction _x} count s_player_lockunlock;s_player_lockunlock = [];
|
||||
|
||||
Reference in New Issue
Block a user