quick fix (#764)
Some checks failed
Build coop / build-ubuntu (push) Has been cancelled
Build coop / build-windows (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled

This commit is contained in:
Cooliokid956 2025-04-21 22:55:11 -05:00 committed by GitHub
parent 651fe31bd8
commit cd0a17055e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
///