2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +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

View File

@@ -286,7 +286,7 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player>, Con
// load commands
CommandPlatformHelper.init(new VelocityCommandPlatformHelper());
this.commandManager = new VelocityCommandManager(this.getProxy(), this);
CommandLoader.initCommands(this.commandManager, configuration());
CommandLoader.initCommands(this.commandManager, this);
logInfo("RedisBungee initialized successfully ");
}