Fix sit allowed check
This commit is contained in:
@@ -235,9 +235,10 @@ public class EventListener implements Listener {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
private Location getSitLocation(Block block, Float playerYaw)
|
||||
|
Reference in New Issue
Block a user