Added spawn protection radius to config.

This commit is contained in:
Deathmax 2011-06-04 14:25:47 +08:00
parent 48ea956724
commit b9ff874351
3 changed files with 5 additions and 1 deletions

View file

@ -24,5 +24,6 @@ namespace TShockAPI
public bool BanExplosives = true;
public bool KickExplosives = true;
public bool SpawnProtection = true;
public int SpawnProtectionRadius = 5;
}
}