Added spawn protection radius to config.
This commit is contained in:
parent
069c95e2cf
commit
767268e1f7
3 changed files with 5 additions and 1 deletions
|
|
@ -24,5 +24,6 @@ namespace TShockAPI
|
|||
public bool BanExplosives = true;
|
||||
public bool KickExplosives = true;
|
||||
public bool SpawnProtection = true;
|
||||
public int SpawnProtectionRadius = 5;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue