We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4b63 commit f5c0e7eCopy full SHA for f5c0e7e
NitroxServer/Serialization/ServerConfig.cs
@@ -31,7 +31,7 @@ public class ServerConfig : NitroxConfig<ServerConfig>
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