Skip to content

Commit 3b4f648

Browse files
committed
set DeathMarkers setting to true by default
1 parent 47c5829 commit 3b4f648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NitroxModel/Serialization/SubnauticaServerConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class SubnauticaServerConfig : NitroxConfig<SubnauticaServerConfig>
3131
public bool KeepInventoryOnDeath { get; set; } = false;
3232

3333
[PropertyDescription("Places a beacon where players die")]
34-
public bool MarkDeathPointsWithBeacon { get; set; } = false;
34+
public bool MarkDeathPointsWithBeacon { get; set; } = true;
3535

3636
[PropertyDescription("Measured in milliseconds")]
3737
public int SaveInterval

0 commit comments

Comments
 (0)