Fixed Typo REQUIRE_CHANNEL.

This commit is contained in:
AlgorithmX2
2014-01-31 15:12:15 -06:00
parent 4c354995c9
commit a9629460bb
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public class PathSegment
{
pi.setControllerRoute( i, true );
if ( flags.contains( GridFlags.REQURE_CHANNEL ) )
if ( flags.contains( GridFlags.REQUIRE_CHANNEL ) )
{
// close the semi open.
if ( !semiopen.contains( pi ) )