Removed random println *waves at RichardG*
This commit is contained in:
parent
1a421bf3b4
commit
27396299dd
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public class PipePowerWood extends Pipe implements IPowerReceptor {
|
|||
|
||||
if (tile instanceof TileGenericPipe) {
|
||||
if (((TileGenericPipe) tile).pipe == null) {
|
||||
System.out.println("PipePowerWood.pipe was null, this used to cause a NPE crash)");
|
||||
continue; // Null pointer protection
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue