mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix force save when pressing F4
Forgot to remove F4 from the blocked list in5acad04@icomrade so it was being overwritten. Shift + P is not a hardcoded engine bind. It is just the default DSInterface bind, so actionKeys "DSInterface" covers that inf760896.
This commit is contained in:
@@ -589,6 +589,7 @@ if (!isDedicated) then {
|
||||
|
||||
//player special variables
|
||||
dayz_bloodBagHumanity = 300;
|
||||
dayz_lastCheckBit = 0;
|
||||
dayz_lastDamageSourceNull = false;
|
||||
dayz_lastDamageSource = "none";
|
||||
dayz_lastDamageTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user