Fix so client doesn't override the servers respawn time with its config file. Server or single player client can still override the component with the config RespawnTime.
This commit is contained in:
@@ -4,7 +4,7 @@ LoadMap=
|
||||
; if true -> Pool allocation is not used when calling Allocate/Free, just use regular dynamic allocation.
|
||||
; if false -> Use pool allocation.
|
||||
DisableMemoryPool=false
|
||||
RespawnTime = 8.0
|
||||
RespawnTime = -1.0
|
||||
EditorEnabled=false
|
||||
OutOfBodyExperience=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user