-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
minecraft-quartus/src/main/java/io/github/marcuscastelo/quartus/blockentity/ExecutorBlockEntity.java
Lines 58 to 63 in 1d7a9a6
| //TODO: remove debug message | |
| if (!hasCircuit()) { | |
| System.out.println("Acabou a execução"); | |
| return; | |
| } | |