add credits as alias for shop

This commit is contained in:
RedSparr0w 2019-09-21 12:06:36 +12:00
parent a60e8121bd
commit 182754f7ff

View file

@ -55,7 +55,9 @@ public final class PlayerCommandPlugin extends CommandPlugin {
TutorialStage.load(player, stage, false);
break;
*/
case "shop":
case "credits":
CREDIT_STORE.open(player);
break;