Show correct text for master clue command (#3989)

This commit is contained in:
James
2018-06-24 11:57:40 +02:00
committed by Tomas Slusny
parent 9d8fc7f096
commit f1f55157fb
@@ -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();