add default value for SingleSpawnLimitMultiplier
This commit is contained in:
parent
41f186ee15
commit
25b3e85009
@ -33,14 +33,15 @@ public static function InitConfig(int Version, int LatestVersion)
|
|||||||
|
|
||||||
private static function ApplyDefault()
|
private static function ApplyDefault()
|
||||||
{
|
{
|
||||||
default.bCyclicalSpawn = true;
|
default.bCyclicalSpawn = true;
|
||||||
default.bShadowSpawn = true;
|
default.bShadowSpawn = true;
|
||||||
default.ZedTotalMultiplier = 1.0;
|
default.ZedTotalMultiplier = 1.0;
|
||||||
default.SpawnTotalPlayerMultiplier = 0.75;
|
default.SpawnTotalPlayerMultiplier = 0.75;
|
||||||
default.SpawnTotalCycleMultiplier = 0.75;
|
default.SpawnTotalCycleMultiplier = 0.75;
|
||||||
|
default.SingleSpawnLimitMultiplier = 1.0;
|
||||||
default.SingleSpawnLimitPlayerMultiplier = 0.75;
|
default.SingleSpawnLimitPlayerMultiplier = 0.75;
|
||||||
default.SingleSpawnLimitCycleMultiplier = 0.75;
|
default.SingleSpawnLimitCycleMultiplier = 0.75;
|
||||||
default.AliveSpawnLimit = 0;
|
default.AliveSpawnLimit = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function bool Load(E_LogLevel LogLevel)
|
public static function bool Load(E_LogLevel LogLevel)
|
||||||
|
Loading…
Reference in New Issue
Block a user