Thanks git...

This commit is contained in:
Sam 2017-08-10 20:23:09 +01:00
parent c23c34c346
commit bad25cabd9
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class CastleSiegeHorseManager implements Listener
@EventHandler
public void horseInteract(PlayerInteractEntityEvent event)
{
if (!(event.getRightClicked() instanceof Horse) || !_host.IsLive())
{
return;
}