deleted to much

This commit is contained in:
commy2 2016-05-18 12:00:13 +02:00
parent 655277cc17
commit 08bafd535f

View File

@ -46,6 +46,13 @@ if (isServer) then {
GVAR(statusEffect_Names) = [];
GVAR(statusEffect_isGlobal) = [];
//////////////////////////////////////////////////
// Set up PlayerChanged eventhandler for pre init (EH is installed in postInit)
//////////////////////////////////////////////////
ACE_player = objNull;
uiNamespace setVariable ["ACE_player", objNull];
// Init toHex
[0] call FUNC(toHex);