Fix incorrect RegionHandler comment
This commit is contained in:
parent
c71ed3953f
commit
e954d98a54
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ namespace TShockAPI
|
||||||
foreach (string nameParameter in e.Player.AwaitingNameParameters)
|
foreach (string nameParameter in e.Player.AwaitingNameParameters)
|
||||||
{
|
{
|
||||||
// If this flag is passed the final output will include unprotected regions, i.e regions
|
// 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))
|
if (nameParameter.Equals("-u", StringComparison.InvariantCultureIgnoreCase))
|
||||||
{
|
{
|
||||||
includeUnprotected = true;
|
includeUnprotected = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue