Removed errors created for debug purpose
This commit is contained in:
parent
03e8733ba0
commit
f648669c95
1 changed files with 1 additions and 3 deletions
|
@ -234,9 +234,7 @@ public class DataFixerAPI {
|
|||
|
||||
if (showUI) {
|
||||
Thread fixerThread = new Thread(() -> {
|
||||
State state = runner.get();
|
||||
for (int i=0; i<20; i++)
|
||||
state.addError("Hello World");
|
||||
final State state = runner.get();
|
||||
|
||||
Minecraft.getInstance()
|
||||
.execute(() -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue