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 - [closed] #1592

Closed brenoepics closed 1 year ago

brenoepics commented 2 years ago

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

Merges Pepsiman-dev-patch-14339 -> 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.