Added RangeChecks config to disable the range part of the grief checks

This commit is contained in:
high 2011-06-08 13:44:25 -04:00
parent 11f5d9a116
commit 4ae6733f81
3 changed files with 8 additions and 4 deletions

View file

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