ASSS Questions - Objects.c MichaelG - Wed Nov 10, 2004 12:24 pm Post subject: Objects.c
It acquires, but never releases the interface to playerdata.
Fix by inserting
mm->ReleaseInterface(pd);
before
mm->ReleaseInterface(cmd);
...
MichaelG - Wed Nov 10, 2004 12:33 pm Post subject:
Also, without me having to look into this as well, in what order does asss try to unload the modules. Modules.conf backwards?