forked from TuxCoding/FastLogin
Use the correct message key
This commit is contained in:
@ -108,7 +108,7 @@ public class PremiumCommand implements CommandExecutor {
|
||||
}
|
||||
});
|
||||
|
||||
sender.sendMessage(plugin.getCore().getMessage("add-premium"));
|
||||
sender.sendMessage(plugin.getCore().getMessage("add-premium-other"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user