mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
quick fix (#764)
This commit is contained in:
parent
651fe31bd8
commit
cd0a17055e
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ bool mod_file_exists(const char* filename) {
|
|||
}
|
||||
|
||||
struct Mod* get_active_mod(void) {
|
||||
return smlua_get_last_active_mod();
|
||||
return gLuaLastHookMod;
|
||||
}
|
||||
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue