mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 04:25:21 +01:00
Fixed NPE
This commit is contained in:
parent
422518ea4e
commit
d71430435b
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -713,6 +713,8 @@ public class Arena
|
||||
|
||||
public void removeClassPermissions(Player p)
|
||||
{
|
||||
if (attachments.get(p) == null) return;
|
||||
|
||||
for (PermissionAttachment pa : attachments.get(p))
|
||||
pa.remove();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user