Merge pull request #1441 from SJossy/patch-1

Update compiles.sqf
This commit is contained in:
vbawol
2014-07-20 00:18:25 -05:00

View File

@@ -35,7 +35,7 @@ if (!isDedicated) then {
[["Hedgehog_DZ"], 1,"STR_EPOCH_ACTIONS_14"] call player_removeNearby; [["Hedgehog_DZ"], 1,"STR_EPOCH_ACTIONS_14"] call player_removeNearby;
}; };
player_removeNet = { player_removeNet = {
[["DesertLargeCamoNet","ForestCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ"], 5,"str_epoch_player_8"] call player_removeNearby; [["DesertCamoNet_DZ","ForestCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ"], 5,"str_epoch_player_8"] call player_removeNearby;
}; };
player_login = { player_login = {
@@ -636,4 +636,4 @@ if (!isDedicated) then {
eh_localCleanup = {}; eh_localCleanup = {};
}; };
initialized = true; initialized = true;