Skip to content

Commit 599ab7b

Browse files
committed
foo
1 parent cd57724 commit 599ab7b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

19/src/main/java/mobi/omegacentauri/raspberryjammod/GuiFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public boolean hasConfigGui() {
3333
}
3434

3535
public GuiScreen createConfigGui(GuiScreen parent) {
36-
return null;
36+
return new Gui(parent);
3737
}
3838
}

mods.zip

210 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)