mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added missing variable initialization
s_player_dropflare was not initialized, causing errors in RPT log.
This commit is contained in:
@@ -207,6 +207,7 @@ dayz_resetSelfActions = {
|
||||
s_player_fillwater2 = -1;
|
||||
s_player_fillfuel = -1;
|
||||
s_player_grabflare = -1;
|
||||
s_player_dropflare = -1;
|
||||
s_player_callzombies = -1;
|
||||
s_player_showname = -1;
|
||||
s_player_debuglootpos = -1;
|
||||
|
||||
Reference in New Issue
Block a user