mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Change folder name for lua based scripts (#503)
This commit is contained in:
parent
d22fdba3f4
commit
734c224291
@ -53,9 +53,9 @@ namespace scripting::lua::engine
|
||||
}
|
||||
|
||||
stop();
|
||||
load_scripts(game_module::get_host_module().get_folder() + "/data/scripts/");
|
||||
load_scripts("s1x/scripts/");
|
||||
load_scripts("data/scripts/");
|
||||
load_scripts(game_module::get_host_module().get_folder() + "/data/lua-scripts/");
|
||||
load_scripts("s1x/lua-scripts/");
|
||||
load_scripts("data/lua-scripts/");
|
||||
}
|
||||
|
||||
void notify(const event& e)
|
||||
|
Loading…
Reference in New Issue
Block a user