Removed errors created for debug purpose

This commit is contained in:
Frank 2021-11-06 11:48:19 +01:00
parent 03e8733ba0
commit f648669c95

View file

@ -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(() -> {