Show correct text for master clue command (#3989)

This commit is contained in:
James
2018-06-24 19:57:40 +10:00
committed by Tomas Slusny
parent 9d8fc7f096
commit f1f55157fb

View File

@@ -335,7 +335,7 @@ public class ChatCommandsPlugin extends Plugin
hiscoreSkill = result.getClueScrollElite();
break;
case "master":
hiscoreSkill = result.getClueScrollElite();
hiscoreSkill = result.getClueScrollMaster();
break;
case "total":
hiscoreSkill = result.getClueScrollAll();