Update publicEH.sqf

This commit is contained in:
worldwidesorrow
2020-07-29 15:43:20 -05:00
committed by GitHub
parent 7b030ce9da
commit 4c0a6b8fe2

View File

@@ -225,5 +225,6 @@ if (!isDedicated) then {
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\client_flies.sqf"; call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\client_flies.sqf";
}; };
"PVDZE_PingReceived" addPublicVariableEventHandler {DZE_LastPingResp = diag_tickTime;}; "PVDZE_PingReceived" addPublicVariableEventHandler {DZE_LastPingResp = diag_tickTime;};
"PVDZE_SetWeather" addPublicVariableEventHandler {(_this select 1) call fnc_setWeather;}; "PVDZE_SetWeather" addPublicVariableEventHandler {(_this select 1) call fnc_setWeather;};
"RemoteMessage" addPublicVariableEventHandler {(_this select 1) call fnc_remoteMessage;};
}; };