2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-19 01:17:21 +00:00

impl: redis clean up task, taken from brains impl.

This commit is contained in:
2024-04-14 08:04:08 +04:00
parent e76f0d0a00
commit 19064e0a60
7 changed files with 114 additions and 10 deletions
@@ -261,7 +261,7 @@ public class RedisBungee extends Plugin implements RedisBungeePlugin<ProxiedPlay
// commands
CommandPlatformHelper.init(new BungeeCommandPlatformHelper());
this.commandManager = new BungeeCommandManager(this);
CommandLoader.initCommands(this.commandManager, configuration());
CommandLoader.initCommands(this.commandManager, this);
logInfo("RedisBungee initialized successfully ");
}