Added config options for max damage and projectile max damage
This commit is contained in:
parent
aa99c1d0b2
commit
00b2d768d7
2 changed files with 5 additions and 3 deletions
|
|
@ -195,6 +195,8 @@ namespace TShockAPI
|
|||
|
||||
[Description("Allows users to login with any username with /login")] public bool AllowLoginAnyUsername = true;
|
||||
|
||||
[Description("Allows users to login with any username with /login")] public int MaxDamage = 175;
|
||||
|
||||
public static ConfigFile Read(string path)
|
||||
{
|
||||
if (!File.Exists(path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue