mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-13 21:01:08 -04:00
Use newer trigger volume system by default
This commit is contained in:
@@ -77,7 +77,7 @@ void ConfigServerGame::install(void)
|
||||
KEY_BOOL (disableCombat, false);
|
||||
KEY_STRING (combatConfigFile, "combat.cfg");
|
||||
KEY_FLOAT (combatDamageDelaySeconds, 0.0);
|
||||
KEY_INT (triggerVolumeSystem, 0);
|
||||
KEY_INT (triggerVolumeSystem, 2);
|
||||
KEY_INT (defaultAutoExpireTargetDuration, 6);
|
||||
KEY_FLOAT (interiorTargetDurationFactor, 1.0);
|
||||
KEY_INT (minPoolValue, -100);
|
||||
|
||||
Reference in New Issue
Block a user