Skip to content

Commit 25b574a

Browse files
authored
fix
1 parent a5b2c59 commit 25b574a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/mods/Hileb/shotaasm/impl/rml/ShotaRMLLocator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import mods.Hileb.shotaasm.api.ShotaContext;
88

99
import net.minecraft.launchwrapper.Launch;
10+
import net.minecraft.util.ResourceLocation;
1011

1112
import org.apache.commons.io.IOUtils;
1213
import org.apache.commons.io.FilenameUtils;
@@ -26,7 +27,6 @@
2627
import rml.loader.api.mods.module.ModuleType;
2728
import rml.loader.api.mods.ContainerHolder;
2829
import rml.jrx.utils.file.FileHelper;
29-
import net.minecraft.util.ResourceLocation;
3030

3131
public class ShotaRMLLocator implements IScriptLocator {
3232

@@ -55,7 +55,7 @@ public Collection<ScriptFile> getScripts() {
5555
return list;
5656
}
5757

58-
private static void ErrorHandler{
58+
private static class ErrorHandler{
5959
public static void runThrow(Throwable throwable, String msg, Object... args){
6060
throw new RuntimeException(new FormattedMessage(msg, args).getFormattedMessage(), throwable);
6161
}

0 commit comments

Comments
 (0)