Fixed a typo in 'AllowHardmoreCreep'
This commit is contained in:
parent
3bad04af79
commit
81ba0f9108
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ namespace TShockAPI
|
|||
|
||||
[Description("Allow Ice placement even when user does not have canbuild")] public bool AllowIce = false;
|
||||
|
||||
[Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowHardmoreCorruptionCreep = true;
|
||||
[Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowHardmodeCorruptionCreep = true;
|
||||
|
||||
[Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHardmodeHallowCreep = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue