Authentication
This commit is contained in:
@@ -33,20 +33,18 @@ public class CitrusDevClient implements ClientModInitializer {
|
||||
));
|
||||
|
||||
ClientTickEvents.END_CLIENT_TICK.register(client -> {
|
||||
/*
|
||||
|
||||
if (client.player != null && !client.isPaused()) {
|
||||
PlaytimeTracker.tick();
|
||||
QuestsPanel.tick();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
Module_FPS.tick();
|
||||
Module_KeyStrokes.tick();
|
||||
Module_Coords.tick();
|
||||
DraggableHud.tick();
|
||||
|
||||
|
||||
while (openScreenKey.consumeClick()) {
|
||||
if (client.player != null && client.player.isShiftKeyDown()) {
|
||||
String lastModule = Config.get().lastModule;
|
||||
@@ -55,6 +53,8 @@ public class CitrusDevClient implements ClientModInitializer {
|
||||
client.setScreen(new MyScreen(null)); // RShift alone: general tab
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user