add missing check for SingleSpawnLimitMultiplier
This commit is contained in:
parent
fd3c9116e4
commit
40c9546858
@ -63,6 +63,12 @@ public static function bool Load(E_LogLevel LogLevel)
|
|||||||
Errors = true;
|
Errors = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (default.SingleSpawnLimitMultiplier <= 0.f)
|
||||||
|
{
|
||||||
|
`ZS_Error("SingleSpawnLimitMultiplier" @ "(" $ default.SingleSpawnLimitMultiplier $ ")" @ "must be greater than 0.0");
|
||||||
|
Errors = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (default.SingleSpawnLimitPlayerMultiplier < 0.f)
|
if (default.SingleSpawnLimitPlayerMultiplier < 0.f)
|
||||||
{
|
{
|
||||||
`ZS_Error("SingleSpawnLimitPlayerMultiplier" @ "(" $ default.SingleSpawnLimitPlayerMultiplier $ ")" @ "must be greater than or equal 0.0");
|
`ZS_Error("SingleSpawnLimitPlayerMultiplier" @ "(" $ default.SingleSpawnLimitPlayerMultiplier $ ")" @ "must be greater than or equal 0.0");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user