Update to b3274 (#3367)

* chore: update metadata version
* Use a more stringent signature that will land in an obtuse area but be guaranteed to not be decrypted later.
* Replace volatile signature with a more generic signature.

Co-authored-by: gir489 <100792176+gir489returns@users.noreply.github.com>
This commit is contained in:
maybegreat48 2024-07-17 20:15:47 +00:00 committed by GitHub
parent df102c7ae2
commit 94302d78f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"game": { "game": {
"online": "1.69", "online": "1.69",
"build": "3258" "build": "3274"
} }
} }

View File

@ -1644,7 +1644,7 @@ namespace big
// Nullsub // Nullsub
{ {
"NS", "NS",
"90 C3", "90 C3 CC",
[](memory::handle ptr) [](memory::handle ptr)
{ {
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>(); g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();