Skip to content

Commit 88e2054

Browse files
committed
fix log msg
1 parent 9065eb2 commit 88e2054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/groovyscript/GroovyScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class GroovyScript {
100100
@Mod.EventHandler
101101
public void onConstruction(FMLConstructionEvent event) {
102102
if (!SandboxData.isInitialised()) {
103-
LOGGER.throwing(new IllegalStateException("Sandbox data should have been initialised by now, but isn't! Try Initialising again."));
103+
LOGGER.throwing(new IllegalStateException("Sandbox data should have been initialised by now, but isn't! Trying to initialize again."));
104104
SandboxData.initialize((File) FMLInjectionData.data()[6], LOGGER);
105105
}
106106
MinecraftForge.EVENT_BUS.register(this);

0 commit comments

Comments
 (0)