Typo missing ;

This commit is contained in:
Torndeco
2013-12-14 11:15:39 +00:00
parent f7e6f82ce6
commit 7a20bc7170

View File

@@ -245,7 +245,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
} else { } else {
if (_cursorTarget in DZE_DoorsLocked) then { if (_cursorTarget in DZE_DoorsLocked) then {
cutText ["You must remove the lock to delete this item!", "PLAIN DOWN"]; cutText ["You must remove the lock to delete this item!", "PLAIN DOWN"];
} };
player removeAction s_player_deleteBuild; player removeAction s_player_deleteBuild;
s_player_deleteBuild = -1; s_player_deleteBuild = -1;
}; };