Only check if they can mount a horses if the games is live

This commit is contained in:
Sam 2017-08-10 20:22:56 +01:00
parent 8135ca022c
commit c23c34c346

View File

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