Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
Try to fix minecrafter#60 : channel for bungee 1.13
  • Loading branch information
detobel36 committed Jan 11, 2019
1 parent d5dcb7d commit 9288bdd
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 294 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee</artifactId>
<version>0.4</version>
<version>0.5</version>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import net.md_5.bungee.api.ProxyServer;
import net.md_5.bungee.api.connection.ProxiedPlayer;
import net.md_5.bungee.api.plugin.Plugin;
import net.md_5.bungee.api.scheduler.ScheduledTask;
import net.md_5.bungee.config.Configuration;
import net.md_5.bungee.config.ConfigurationProvider;
import net.md_5.bungee.config.YamlConfiguration;
Expand Down Expand Up @@ -368,7 +367,7 @@ public void run() {
}
}, 0, 1, TimeUnit.MINUTES);
}
getProxy().registerChannel("RedisBungee");
getProxy().registerChannel("redisbungee:RedisBungee");
}

@Override
Expand Down
Loading

0 comments on commit 9288bdd

Please sign in to comment.