Removed "Player:" Debug info from log.
This commit is contained in:
parent
a9efb2f17b
commit
5353f358e3
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ import appeng.api.networking.pathing.IPathingGrid;
|
||||||
import appeng.api.util.AEColor;
|
import appeng.api.util.AEColor;
|
||||||
import appeng.api.util.DimensionalCoord;
|
import appeng.api.util.DimensionalCoord;
|
||||||
import appeng.api.util.IReadOnlyCollection;
|
import appeng.api.util.IReadOnlyCollection;
|
||||||
import appeng.core.AELog;
|
|
||||||
import appeng.core.WorldSettings;
|
import appeng.core.WorldSettings;
|
||||||
import appeng.helpers.TickHandler;
|
import appeng.helpers.TickHandler;
|
||||||
import appeng.me.pathfinding.IPathItem;
|
import appeng.me.pathfinding.IPathItem;
|
||||||
|
@ -90,7 +89,6 @@ public class GridNode implements IGridNode, IPathItem
|
||||||
NBTTagCompound node = nodeData.getCompoundTag( name );
|
NBTTagCompound node = nodeData.getCompoundTag( name );
|
||||||
playerID = node.getInteger( "p" );
|
playerID = node.getInteger( "p" );
|
||||||
lastSecurityKey = node.getLong( "k" );
|
lastSecurityKey = node.getLong( "k" );
|
||||||
AELog.info( "Player: " + playerID );
|
|
||||||
setGridStorage( WorldSettings.getInstance().getGridStorage( node.getLong( "g" ) ) );
|
setGridStorage( WorldSettings.getInstance().getGridStorage( node.getLong( "g" ) ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue