From e954d98a542f12d0e9ad9ae73be48315f95684bc Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 29 Apr 2018 21:32:14 +0200 Subject: [PATCH] Fix incorrect RegionHandler comment --- TShockAPI/RegionHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;