File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/com/austinv11/peripheralsplusplus/turtles/peripherals Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public PeripheralChunkLoader(ITurtleAccess turtle) {
3131 @ Override
3232 public void attach (IComputerAccess computer ) {
3333 super .attach (computer );
34- PeripheralsPlusPlus .LOGGER .info ("Peripheral Attached" );
3534 attached = true ;
3635 }
3736
@@ -47,7 +46,6 @@ public void update() {
4746 @ Override
4847 public void detach (IComputerAccess computer ) {
4948 super .detach (computer );
50- PeripheralsPlusPlus .LOGGER .info ("Peripheral Detached" );
5149 ForgeChunkManager .releaseTicket (ticket );
5250 ticket = null ;
5351 }
@@ -58,7 +56,6 @@ public void updateTicket() {
5856 for (ChunkCoordIntPair coordIntPair : getChunksInRadius (Config .chunkLoadingRadius )) {
5957 ForgeChunkManager .forceChunk (ticket , coordIntPair );
6058 }
61- PeripheralsPlusPlus .LOGGER .info ("Ticked Updated" );
6259 }
6360
6461 public ArrayList <ChunkCoordIntPair > getChunksInRadius (int radius ) {
You can’t perform that action at this time.
0 commit comments