Typo isWorldAccessable

This commit is contained in:
thatsIch
2014-09-20 22:40:10 +02:00
parent d2326de512
commit dd4471947d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ public class AENetworkProxy implements IGridBlock
}
@Override
public boolean isWorldAccessable()
public boolean isWorldAccessible()
{
return worldNode;
}