mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
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