apply rune message work

This commit is contained in:
2024-08-27 19:35:25 -05:00
parent 601d0f4324
commit 9fb2e4ff1b
@@ -256,6 +256,7 @@ public class ApplyRuneMsg extends ClientNetMsg {
}
//Check if max number runes already reached
if (runes.size() > 12) {
ChatManager.chatSystemInfo(playerCharacter,"You Have Too Many Runes Applied");
return false;
}
switch (rb.getName()) {