diff --git a/TShockAPI/RegionHandler.cs b/TShockAPI/RegionHandler.cs index bb7f2111..68cd4512 100644 --- a/TShockAPI/RegionHandler.cs +++ b/TShockAPI/RegionHandler.cs @@ -105,7 +105,7 @@ namespace TShockAPI foreach (string nameParameter in e.Player.AwaitingNameParameters) { // If this flag is passed the final output will include unprotected regions, i.e regions - // that do not have the DisableBuild flag set to false + // that have the DisableBuild flag set to false if (nameParameter.Equals("-u", StringComparison.InvariantCultureIgnoreCase)) { includeUnprotected = true;