Skip to content

Commit d8bb412

Browse files
committed
forgot that i duplicated the identifiers too lol
1 parent 0ceea03 commit d8bb412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/github/techstreet/dfscript/mixin/render/MMultiplayerScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
@Mixin(MultiplayerScreen.class)
1818
public class MMultiplayerScreen extends Screen {
1919
@Unique
20-
private final Identifier identifier_main = new Identifier("dfscript:scripts");
20+
private final Identifier identifier_main = new Identifier(DFScript.MOD_ID + ":scripts");
2121
@Unique
22-
private final Identifier identifier_main_highlight = new Identifier("dfscript:scripts_highlight");
22+
private final Identifier identifier_main_highlight = new Identifier(DFScript.MOD_ID + "dfscript:scripts_highlight");
2323

2424
protected MMultiplayerScreen(Text title) {
2525
super(title);

0 commit comments

Comments
 (0)