mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +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:
@@ -1055,8 +1055,6 @@ class FSM
|
||||
name = "Preload_Display";
|
||||
itemno = 29;
|
||||
init = /*%FSM<STATEINIT""">*/"if (_debug == 1) then {diag_log [diag_tickTime,'Preload_Display'];};" \n
|
||||
"" \n
|
||||
"dayz_lastCheckBit = 0;" \n
|
||||
"" \n
|
||||
"player disableConversation true;" \n
|
||||
"" \n
|
||||
|
||||
Reference in New Issue
Block a user