hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Nearby move walks #39

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

Moving to a nearby location; player update shows walking.

GregHib commented 4 years ago

FlagMoveType not being an InstantEvent caused MoveTypePlayerBlockFactory to be called the tick after and so Move.isMoving to returned false.