eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Floor Message Issue #17

Closed MultiMonorail closed 1 year ago

MultiMonorail commented 1 year ago

When an elevator is called for the first time and the elevator is on the same floor as the person who called it, the floor message will notify that the elevator is on the floor assigned to 0.

Video for clarification (From Terrance V3):

https://user-images.githubusercontent.com/109993536/221048242-580a1ec6-fe9c-4055-81fe-7ce67ad82070.mp4

eventhorizon5 commented 1 year ago

That's due to the fact that the elevator is now using the standard arrival notification instead of the old separate method. I'll work on a fix for this.

eventhorizon5 commented 1 year ago

This has been fixed.