Added SpamChecks config option which is false by default. This disables redigit's shitty anti grief.
This commit is contained in:
parent
a928a59fe3
commit
c4033af6f2
3 changed files with 5 additions and 12 deletions
|
|
@ -22,5 +22,6 @@
|
|||
public string DistributationAgent = "facepunch";
|
||||
public int MaxSlots = 8;
|
||||
public bool RangeChecks = true;
|
||||
public bool SpamChecks = false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue