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

removed empty lines

This commit is contained in:
J3fftw1 2019-11-26 19:30:52 +01:00
parent 23202d1cd6
commit eea32be7dd
2 changed files with 0 additions and 6 deletions

View File

@ -424,9 +424,7 @@ public class ChestSlimefunGuide implements ISlimefunGuide {
return false; return false;
}); });
} catch (Exception x) { } catch (Exception x) {
Slimefun.getLogger().log(Level.SEVERE, "An Error occurred while adding a Wiki Page for Slimefun " + Slimefun.getVersion(), x); Slimefun.getLogger().log(Level.SEVERE, "An Error occurred while adding a Wiki Page for Slimefun " + Slimefun.getVersion(), x);
} }
} }
@ -441,9 +439,7 @@ public class ChestSlimefunGuide implements ISlimefunGuide {
return false; return false;
}); });
} catch (Exception x) { } catch (Exception x) {
Slimefun.getLogger().log(Level.SEVERE, "An Error occurred while adding a Youtube Video for Slimefun " + Slimefun.getVersion(), x); Slimefun.getLogger().log(Level.SEVERE, "An Error occurred while adding a Youtube Video for Slimefun " + Slimefun.getVersion(), x);
} }
} }

View File

@ -95,7 +95,6 @@ public final class GuideSettings {
}); });
} }
menu.addItem(3, new CustomItem(new ItemStack(Material.WRITABLE_BOOK), menu.addItem(3, new CustomItem(new ItemStack(Material.WRITABLE_BOOK),
"&aCredits", "&aCredits",
"", "",
@ -106,7 +105,6 @@ public final class GuideSettings {
"", "",
"&7\u21E8 Click to see the people behind this Plugin" "&7\u21E8 Click to see the people behind this Plugin"
)); ));
menu.addMenuClickHandler(3, (pl, slot, item, action) -> { menu.addMenuClickHandler(3, (pl, slot, item, action) -> {
openCredits(pl, 0); openCredits(pl, 0);
return false; return false;