Draft: Fixed: Unloading Clientside scripts would crash out the clients online (addresses 2147).
This fixes a crash with UNLOADING
scripts that were CLIENTSIDE
. I wasn't sure if it was better to return *running
or a new DLevelScript
so I went with the former after watching the call stack several times of the behavior of both types of UNLOADING
.