Only check if they can mount a horses if the games is live
This commit is contained in:
parent
8135ca022c
commit
c23c34c346
@ -66,7 +66,6 @@ public class CastleSiegeHorseManager implements Listener
|
||||
@EventHandler
|
||||
public void horseInteract(PlayerInteractEntityEvent event)
|
||||
{
|
||||
if (!(event.getRightClicked() instanceof Horse))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user