mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
commit
21d762eaa7
@ -29,7 +29,7 @@ _storedVehicleLimit = [_serverSettingsConfig, "storedVehicleLimit", 20] call EPO
|
|||||||
|
|
||||||
EPOCH_storedVehicleCount = 0;
|
EPOCH_storedVehicleCount = 0;
|
||||||
|
|
||||||
for "_i" from 0 to _maxTraderLimit do {
|
for "_i" from 1 to _maxTraderLimit do {
|
||||||
_traderSlotIndex = EPOCH_TraderSlots pushBack _i;
|
_traderSlotIndex = EPOCH_TraderSlots pushBack _i;
|
||||||
|
|
||||||
// Spawn static traders first
|
// Spawn static traders first
|
||||||
|
Loading…
Reference in New Issue
Block a user