add issue reference

This commit is contained in:
hyugogirubato 2025-03-01 14:17:36 +01:00
parent 3628e42f45
commit 54457c8f0d

View File

@ -409,6 +409,7 @@ const hookLibrary = (name, dynamic) => {
address: library.base.add(s.address) address: library.base.add(s.address)
})); }));
} else { } else {
// https://github.com/hyugogirubato/KeyDive/issues/50
functions = getFunctions(library, dynamic); functions = getFunctions(library, dynamic);
} }