Revive and Bike both had same class names! Woops!
This commit is contained in:
happydayz 2016-03-05 19:05:31 +11:00
parent 948080f95b
commit 6d4ed1c216
7 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ class CfgPatches
};
class CfgFunctions
{
class EnigmaTeam
class EnigmaRevive
{
class main
{

View File

@ -1,5 +1,5 @@
diag_log format['Enigma Exile: fn_init %1',time];
diag_log format['Enigma Exile Revive: fn_init %1',time];
call compile preprocessFileLineNumbers "\enigma_exile_revive\init\server_compiles.sqf";
true

View File

@ -1,4 +1,4 @@
diag_log format['Enigma Exile: postinit %1',time];
diag_log format['Enigma Exile Revive: postinit %1',time];
[]spawn{call compile preprocessFileLineNumbers "\enigma_exile_revive\init\server_init.sqf";
};

View File

@ -1,4 +1,4 @@
diag_log format['Enigma Exile: Compiles Started - %1',time];
diag_log format['Enigma Exile Revive: Compiles Started - %1',time];
ENIGMA_server_publicEH =compileFinal preprocessFileLineNumbers "\enigma_exile_revive\init\server_publicEH.sqf";
ENIGMA_server_handle_UpdateStats =compileFinal preprocessFileLineNumbers "\enigma_exile_revive\compile\Enigma\Exile_UpdateStats.sqf";

View File

@ -1,4 +1,4 @@
diag_log format['Enigma Exile: server_init %1',time];
diag_log format['Enigma Exile Revive: server_init %1',time];
call ENIGMA_server_publicEH;
diag_log "ENIGMA: Init PublicEH";

View File

@ -1,4 +1,4 @@
diag_log format['Enigma Exile: publicEH %1',time];
diag_log format['Enigma Exile Revive: publicEH %1',time];
"ENIGMA_UpdateStats" addPublicVariableEventHandler{(_this select 1)call ENIGMA_server_handle_UpdateStats};
"ENIGMA_revivePlayer" addPublicVariableEventHandler{(_this select 1)call ENIGMA_server_revivePlayer};