Ver Fonte

Fixing formatting

nossr50 há 13 anos atrás
pai
commit
51c45e86ce

+ 2 - 3
src/main/java/com/gmail/nossr50/mcMMO.java

@@ -112,9 +112,8 @@ public class mcMMO extends JavaPlugin {
             try {
                     Metrics metrics = new Metrics(this);
                     metrics.start();
-                }
-                catch (IOException e) {
-                System.out.println("Failed to submit stats.");
+                } catch (IOException e) {
+                    System.out.println("Failed to submit stats.");
             }
         }
     }

+ 0 - 1
src/main/java/com/gmail/nossr50/skills/Herbalism.java

@@ -43,7 +43,6 @@ public class Herbalism {
             inventory.removeItem(new ItemStack(Material.SEEDS));
             player.updateInventory();
             greenTerraConvert(player, block);
-            
         }
     }