We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9065eb2 commit 88e2054Copy full SHA for 88e2054
src/main/java/com/cleanroommc/groovyscript/GroovyScript.java
@@ -100,7 +100,7 @@ public class GroovyScript {
100
@Mod.EventHandler
101
public void onConstruction(FMLConstructionEvent event) {
102
if (!SandboxData.isInitialised()) {
103
- LOGGER.throwing(new IllegalStateException("Sandbox data should have been initialised by now, but isn't! Try Initialising again."));
+ LOGGER.throwing(new IllegalStateException("Sandbox data should have been initialised by now, but isn't! Trying to initialize again."));
104
SandboxData.initialize((File) FMLInjectionData.data()[6], LOGGER);
105
}
106
MinecraftForge.EVENT_BUS.register(this);
0 commit comments