We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c5829 commit 3b4f648Copy full SHA for 3b4f648
NitroxModel/Serialization/SubnauticaServerConfig.cs
@@ -31,7 +31,7 @@ public class SubnauticaServerConfig : NitroxConfig<SubnauticaServerConfig>
31
public bool KeepInventoryOnDeath { get; set; } = false;
32
33
[PropertyDescription("Places a beacon where players die")]
34
- public bool MarkDeathPointsWithBeacon { get; set; } = false;
+ public bool MarkDeathPointsWithBeacon { get; set; } = true;
35
36
[PropertyDescription("Measured in milliseconds")]
37
public int SaveInterval
0 commit comments