mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
134 stars 13 forks source link

Do not increment UsrPtr.Substt when exiting FSD. #571

Closed fletcherm closed 1 year ago

fletcherm commented 1 year ago

This line of code was preventing the FSD from returning control to the user when exiting the Majormud character editor.

After conversation on Github and Discord, we determined this code was putting the system into a bad state.

We are not aware of any other modules and/or FSDs that require this code, so we feel confident removing it.