mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Uncancel sign interaction in lobby.
This commit is contained in:
parent
e6a0f30993
commit
029a976dc7
@ -828,6 +828,9 @@ public class ArenaListener
|
||||
}
|
||||
// Sign
|
||||
else if (event.getClickedBlock().getState() instanceof Sign) {
|
||||
// Make sure to allow clicking signs
|
||||
event.setCancelled(false);
|
||||
|
||||
Sign sign = (Sign) event.getClickedBlock().getState();
|
||||
handleSign(sign, p);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user