Added DistributionAgent to configuration file. Default is facepunch. Change it to terraria-online for cheat removal.

This commit is contained in:
Shank 2011-06-04 22:28:13 -06:00
parent df7fee1cb5
commit 549728b510
3 changed files with 12 additions and 7 deletions

View file

@ -25,5 +25,6 @@ namespace TShockAPI
public bool KickExplosives = true;
public bool SpawnProtection = true;
public int SpawnProtectionRadius = 5;
public string DistributationAgent = "facepunch";
}
}