mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
make sure this only runs once
This commit is contained in:
parent
2d1835d455
commit
e14a730eda
@ -11,6 +11,9 @@
|
||||
//[[[cog import generate_private_arrays ]]]
|
||||
private ["_allRoads","_allowDebris","_debris","_debrisCounter","_debrisLocations","_debrisLocationsKey","_debrisLocationsTMP","_debug","_disallowedLocations","_expiresDebris","_export","_instanceID","_intersections","_marker","_maxDebrisLimit","_nearbyLocations","_newDebrisCounter","_object","_offsetX","_offsetY","_position","_response","_rng","_rngChance","_scriptHiveKey","_seed","_selectedDebris","_upperPos","_worldSize"];
|
||||
//[[[end]]]
|
||||
// exit if already ran once.
|
||||
if (isNil "EPOCH_DynamicDebrisEnabled") exitWith {};
|
||||
EPOCH_DynamicDebrisEnabled = true;
|
||||
_debug = false;
|
||||
_expiresDebris = 604800;
|
||||
_debris = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user