alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
374 stars 83 forks source link

Unloaded plugins are loaded and unloaded when `exit`ing #93

Open drunderscore opened 2 years ago

drunderscore commented 2 years ago

Doing meta unload x or similar to unload a plugin, and exiting (or your preferred quit command) will load that plugin again, and then unload it.

Not sure if there is a historical reason for this, or an actual bug? I have no reason to unload my plugin ever, but just a weird quirk I saw.