Clean up keyboard.sqf

Deleted old unused Dayz Mod code. Also switched from private to local which is much faster.
This commit is contained in:
AirwavesMan
2021-01-12 20:15:40 +01:00
parent 6fe74f9473
commit 1d826ac331
2 changed files with 46 additions and 141 deletions

View File

@@ -250,7 +250,6 @@ if (!isDedicated) then {
dayz_fishingInprogress = false;
NORRN_dropAction = -1;
dayz_dodge = false;
Dayz_constructionContext = [];
Dayz_freefall = [ time, 0, 0.1 ];
dayz_getoutTime = 0;
dayz_hitByTime = 0;