brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Fix #1013 nullpointer - treadmill error on disconnect - [opened] #1593

Closed brenoepics closed 6 months ago

brenoepics commented 2 years ago

In GitLab by @Pepsiman on Jul 20, 2022, 19:41

Merges Pepsiman-dev-patch-45726 -> dev

The commit fixes issue https://git.krews.org/morningstar/Arcturus-Community/-/issues/1013 and is caused by disconnecting while being on a gym treadmill. It simply adds a check for room being null on the giveEffect() method.