v0.94.4.71 - allow joining arenas from spectator areas

This commit is contained in:
Brian
2012-06-06 20:32:01 -04:00
parent b783f8ecbb
commit 795edcb9ff
2 changed files with 2 additions and 2 deletions
@@ -35,7 +35,7 @@ public class JoinCommand implements Command
}
// Deny joining from other arenas
if (am.getArenaWithPlayer(p) != null) {
if (am.getArenaWithPlayer(p).inArena(p)) {
Messenger.tellPlayer(p, Msg.JOIN_ALREADY_PLAYING);
return false;
}