1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

And this is the last build error. Hopefully...

This commit is contained in:
LinoxGH 2020-10-03 23:20:51 +03:00 committed by GitHub
parent 6d887b8abf
commit 5e038d1cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ public class SlimefunGuideListener implements Listener {
openGuide(p, e, SlimefunGuideLayout.CHEST); openGuide(p, e, SlimefunGuideLayout.CHEST);
} }
} }
else if (openGuide(p, e, SlimefunGuideLayout.CHEAT_SHEET) == Result.ALLOW) { else if (tryGuide(p, e, SlimefunGuideLayout.CHEAT_SHEET) == Result.ALLOW) {
if (p.isSneaking()) { if (p.isSneaking()) {
SlimefunGuideSettings.openSettings(p, e.getItem()); SlimefunGuideSettings.openSettings(p, e.getItem());
} }