Skip to content

Commit

Permalink
Fixed error on enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioZumbi12 committed Nov 30, 2016
1 parent c2c7452 commit 98da5b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/br/net/fabiozumbi12/rankupper/RankUpper.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class RankUpper {
public void onServerStart(GameStartedServerEvent event) {
try {
game = Sponge.getGame();
plugin = Sponge.getPluginManager().getPlugin("br.net.fabiozumbi12.rankupper").get();
plugin = Sponge.getPluginManager().getPlugin("rankupper").get();
configDir = game.getConfigManager().getSharedConfig(RankUpper.plugin).getDirectory()+File.separator+"RankUpper"+File.separator;

cfgs = new RUConfig(plugin);
Expand Down
Binary file modified src/main/java/br/net/fabiozumbi12/rankupper/RankUpper_Sponge.jar
Binary file not shown.

0 comments on commit 98da5b7

Please sign in to comment.