Rename WIP_GuiMods.java to ModManager.java

This commit is contained in:
Oliver Anderson 2024-04-03 16:15:26 +00:00 committed by GitHub
parent 3dbc4fb19d
commit 6a565e4c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -227,4 +227,4 @@ public class WIP_GuiMods extends GuiScreen {
public void markChanged() { public void markChanged() {
this.changed = true; this.changed = true;
} }
} }