Quick fix

This commit is contained in:
eraser1 2016-02-07 15:03:57 -06:00
parent e07bc27e3a
commit 9c1f68b6bb

View File

@ -529,6 +529,7 @@ if (!_reinforcementsDepleted && {(diag_tickTime-_lastUpdated)>_updateDelay}) the
{
// Shuffle the original list and make a copy.
_spawningLocations = (_spawnLocations call ExileClient_util_array_shuffle) + [];
_spawnPos = _spawningLocations select 0;
_spawningLocations_count = count _spawningLocations;
// Add extra spawning locations if there are not enough.