From ab4eb74fb5af37b7eaf5e9faa95debb75721d269 Mon Sep 17 00:00:00 2001 From: DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> Date: Wed, 21 Oct 2020 21:15:01 -0400 Subject: Bug Fixes: - Fix spazing in and out - Now with 100% less static abuse --- .../djtheredstoner/perspectivemod/commands/PerspectiveModCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/djtheredstoner/perspectivemod/commands') diff --git a/src/main/java/me/djtheredstoner/perspectivemod/commands/PerspectiveModCommand.java b/src/main/java/me/djtheredstoner/perspectivemod/commands/PerspectiveModCommand.java index 68dd051..cad7f79 100644 --- a/src/main/java/me/djtheredstoner/perspectivemod/commands/PerspectiveModCommand.java +++ b/src/main/java/me/djtheredstoner/perspectivemod/commands/PerspectiveModCommand.java @@ -37,7 +37,7 @@ public class PerspectiveModCommand extends CommandBase { if (args.length == 1 && args[0].equals("eW91IGZvdW5kIGEgc2VjcmV0IQo=")) { sendMessage("you found a secret!"); } else { - ModCore.getInstance().getGuiHandler().open(PerspectiveMod.config.gui()); + ModCore.getInstance().getGuiHandler().open(PerspectiveMod.instance.config.gui()); } } -- cgit