Reworked ENTIRE UI (God help me) and cleaned up MyScreen.java (from 700 lines to 400)
This commit is contained in:
@@ -71,9 +71,9 @@ public class CitrusDevClient implements ClientModInitializer {
|
||||
while (openScreenKey.consumeClick()) {
|
||||
if (client.player != null && client.player.isShiftKeyDown()) {
|
||||
String lastModule = Config.get().lastModule;
|
||||
client.setScreen(new MyScreen(lastModule));
|
||||
client.setScreen(new MainUI(lastModule));
|
||||
} else {
|
||||
client.setScreen(new MyScreen(null));
|
||||
client.setScreen(new MainUI(null));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user