Update InteractListener.java

This commit is contained in:
Luca 2021-11-26 14:48:40 +01:00
parent aeae6541f5
commit 5cf80c903f

View File

@ -108,7 +108,7 @@ public class InteractListener implements Listener {
// open party games menu
break;
case PARTY_INFO:
player.chat("/party info");
player.performCommand("party info");
break;
case PARTY_LEAVE: