mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
Woops
Revive and Bike both had same class names! Woops!
This commit is contained in:
parent
948080f95b
commit
6d4ed1c216
Binary file not shown.
@ -10,7 +10,7 @@ class CfgPatches
|
||||
};
|
||||
class CfgFunctions
|
||||
{
|
||||
class EnigmaTeam
|
||||
class EnigmaRevive
|
||||
{
|
||||
class main
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
|
@ -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";
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user