mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 13:43:57 +01:00
Plugin name should not be translated
This commit is contained in:
parent
8a831817b0
commit
d90f548bed
@ -489,7 +489,7 @@ public class CmdExecutor implements CommandExecutor {
|
||||
|
||||
private boolean questsInfo(final CommandSender cs) {
|
||||
if (cs.hasPermission("quests.info")) {
|
||||
cs.sendMessage(ChatColor.YELLOW + Lang.get("quests") + " " + ChatColor.GOLD
|
||||
cs.sendMessage(ChatColor.YELLOW + "Quests " + ChatColor.GOLD
|
||||
+ plugin.getDescription().getVersion());
|
||||
cs.sendMessage(ChatColor.GOLD + Lang.get("createdBy") + " " + ChatColor.RED + "Blackvein"
|
||||
+ ChatColor.GOLD + " " + Lang.get("continuedBy") + " " + ChatColor.RED + "PikaMug & contributors");
|
||||
|
Loading…
Reference in New Issue
Block a user