add: control the "unlimited_uv" checkbox is enabled or not

This commit is contained in:
jadis0x
2022-10-02 15:25:46 +03:00
committed by GitHub
parent 4f7166b1f3
commit 6f8781c346

View File

@@ -15,4 +15,7 @@ void OnUpdate() {
if (settings::walk_in_lobby) {
Misc::WalkInlobby(settings::walk_in_lobby);
}
}
if (settings::unlimited_uv) {
Misc::UnlimitedUV(settings::unlimited_uv);
}
}