Thanks git...
This commit is contained in:
parent
c23c34c346
commit
bad25cabd9
@ -66,6 +66,7 @@ public class CastleSiegeHorseManager implements Listener
|
|||||||
@EventHandler
|
@EventHandler
|
||||||
public void horseInteract(PlayerInteractEntityEvent event)
|
public void horseInteract(PlayerInteractEntityEvent event)
|
||||||
{
|
{
|
||||||
|
if (!(event.getRightClicked() instanceof Horse) || !_host.IsLive())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user