Added Quests and Real Settings (yay)
This commit is contained in:
@@ -55,7 +55,7 @@ public class Module_FPS {
|
||||
|
||||
if (toggle && !shown) {
|
||||
fpsContainer.surface(GLASS_PANEL);
|
||||
fpsContainer.padding(Insets.of(6));
|
||||
fpsContainer.padding(Insets.of(Config.get().fpsP));
|
||||
fpsContainer.child(fpsLabel);
|
||||
shown = true;
|
||||
} else if (!toggle && shown) {
|
||||
|
||||
Reference in New Issue
Block a user