Skip to content

Commit

Permalink
Fix package declaration for MobCannon
Browse files Browse the repository at this point in the history
I can't believe we didn't get any errors or anything before... The mob cannon file's package should've matched the file structure (captialised).
  • Loading branch information
TGRHavoc committed Mar 4, 2017
1 parent f8c1624 commit fc09ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/me/pookeythekid/MobCannon/MobCannon.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.pookeythekid.mobcannon;
package me.pookeythekid.MobCannon;

import java.util.ArrayList;
import java.util.Arrays;
Expand Down
2 changes: 1 addition & 1 deletion src/ovh/tgrhavoc/mvpgadgets/MVPGadgets.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import org.bukkit.plugin.RegisteredServiceProvider;
import org.bukkit.plugin.java.JavaPlugin;

import me.pookeythekid.mobcannon.MobCannon;
import me.pookeythekid.MobCannon.MobCannon;
import net.milkbowl.vault.economy.Economy;
import net.milkbowl.vault.permission.Permission;
import ovh.tgrhavoc.mvpgadgets.commands.GUIGadgetCommand;
Expand Down

0 comments on commit fc09ab4

Please sign in to comment.