5960616263646566
if ((boat == null) || boat.isMoving) { player.sendActionFailed(); return; } boat.oustPlayer(player, _location, false); } }