Fix redis command
This commit is contained in:
parent
8232d11cd1
commit
2e017fa5ca
@ -55,7 +55,7 @@ public class NewYearCountdown extends MiniPlugin
|
||||
{
|
||||
super("New Year Countdown", plugin);
|
||||
|
||||
ServerCommandManager.getInstance().registerCommandType("NewYearCommand",
|
||||
ServerCommandManager.getInstance().registerCommandType("NewYearMessage",
|
||||
NewYearMessage.class, new NewYearHandler(this));
|
||||
|
||||
_center = new Location(UtilWorld.getWorld("world"), 0.5, 85, 37.5);
|
||||
|
Loading…
Reference in New Issue
Block a user