Revert "quick fix (#764)"

This reverts commit cd0a17055e.
This commit is contained in:
PeachyPeachSM64 2025-04-27 13:33:59 +02:00
parent 6b5263d60e
commit c36852356d

View file

@ -515,7 +515,7 @@ bool mod_file_exists(const char* filename) {
} }
struct Mod* get_active_mod(void) { struct Mod* get_active_mod(void) {
return gLuaLastHookMod; return smlua_get_last_active_mod();
} }
/// ///