Use the correct message key

This commit is contained in:
games647
2016-07-08 16:43:02 +02:00
parent b84b340a77
commit d15861b8e5

View File

@ -108,7 +108,7 @@ public class PremiumCommand implements CommandExecutor {
} }
}); });
sender.sendMessage(plugin.getCore().getMessage("add-premium")); sender.sendMessage(plugin.getCore().getMessage("add-premium-other"));
} }
} }
} }