Merge pull request #7 from iRevolutionDev/update

feat(Globals): Updated globals for disable phone and session joining
This commit is contained in:
Yimura 2021-12-15 20:29:40 +01:00 committed by GitHub
commit 5ff5771cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ namespace big
{
void looped::tunables_disable_phone()
{
*script_global(19781).as<bool*>() = g.tunables.disable_phone;
*script_global(19937).as<bool*>() = g.tunables.disable_phone;
}
}