Added SpamChecks config option which is false by default. This disables redigit's shitty anti grief.

This commit is contained in:
high 2011-06-10 19:47:09 -04:00
parent a928a59fe3
commit c4033af6f2
3 changed files with 5 additions and 12 deletions

View file

@ -22,5 +22,6 @@
public string DistributationAgent = "facepunch";
public int MaxSlots = 8;
public bool RangeChecks = true;
public bool SpamChecks = false;
}
}