Added RangeChecks config to disable the range part of the grief checks
This commit is contained in:
parent
11f5d9a116
commit
4ae6733f81
3 changed files with 8 additions and 4 deletions
|
|
@ -21,5 +21,6 @@
|
|||
public int SpawnProtectionRadius = 5;
|
||||
public string DistributationAgent = "facepunch";
|
||||
public int MaxSlots = 8;
|
||||
public bool RangeChecks = true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue