andrewgazelka / hyperion

10,000 Player PvP. One Minecraft World. One event.
Apache License 2.0
414 stars 20 forks source link

Doors (Cannot move into solid blocks) #524

Open CuzImClicks opened 1 week ago

CuzImClicks commented 1 week ago

While walking into a door in its closed state, then opening it while still walking against it you get this message:

Cannot move into solid blocks

linear[bot] commented 1 week ago

HYP-58 Doors (Cannot move into solid blocks)

andrewgazelka commented 3 days ago

This is just a system ordering issue. If movement is processed after doors have been opened, or after the open door logic has been processed, then I don't think this issue will occur.