GVAR typo

This commit is contained in:
SilentSpike 2015-07-26 13:13:46 +01:00
parent e431365586
commit e6f016f195

View File

@ -10,7 +10,7 @@
if !(hasInterface) exitWith {};
if (GVAR(enableSystem)) then {
if (GVAR(onDeath)) then {
player addEventHandler ["Killed",FUNC(handleKilled)];
player addEventHandler ["Respawn",FUNC(handleRespawn)];
};