Skip to content

Draft: Fixed: Unloading Clientside scripts would crash out the clients online (addresses 2147).

Ru5tK1ng requested to merge topic/default/unload-crash into branch/default

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.

Merge request reports