mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix
This commit is contained in:
parent
a59e072387
commit
9dfdd67767
@ -46,7 +46,6 @@ namespace scripting::lua::engine
|
||||
return;
|
||||
}
|
||||
|
||||
logfile::clear_callbacks();
|
||||
clear_custom_fields();
|
||||
get_scripts().clear();
|
||||
load_scripts();
|
||||
@ -54,6 +53,7 @@ namespace scripting::lua::engine
|
||||
|
||||
void stop()
|
||||
{
|
||||
logfile::clear_callbacks();
|
||||
get_scripts().clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user