0.3.8.0424

This commit is contained in:
vbawol 2016-04-17 06:13:45 -05:00
parent cd588f1272
commit 646e468d43
32 changed files with 11 additions and 7 deletions

View File

@ -43,7 +43,11 @@
[Info] Some AI Scripts Mods may not work with disableRemoteSensors enabled. You can disable with "disableRemoteSensors = false;" in CfgEpochClient.
[Info] Removed old .bikey and added new one for 0380.
Build: 422
Build: 424
[Changed] Preloading sapper by spawning one on the map at server start.
[Changed] Change to github markdown for credits and license.
[Fixed] Green Marked traders unable to be accessed.
[Fixed] Trailing commas in CfgLootTable.
[Fixed] Disallow building inside of vehicles.
[Fixed] Incorrectly enabled CUP vehicles and weapons support if only Core and Maps where enabled.
[Fixed] removeExec Battleye kick fixed.

View File

@ -1 +1 @@
build=423;
build=424;

View File

@ -1 +1 @@
build=423;
build=424;

View File

@ -28,7 +28,7 @@ _storedVehicleLimit = [_serverSettingsConfig, "storedVehicleLimit", 20] call EPO
EPOCH_storedVehicleCount = 0;
for "_i" from 0 to _maxTraderLimit do {
_traderSlotIndex = EPOCH_TraderSlots pushBack str(_i);
_traderSlotIndex = EPOCH_TraderSlots pushBack _i;
// Spawn static traders first
if (_staticTradersArrCount > 0 && _i < _staticTradersArrCount) then {

View File

@ -1 +1 @@
build=423;
build=424;

View File

@ -1 +1 @@
build=423;
build=424;

View File

@ -1 +1 @@
423
424