bring back ! :) (#1833)

This commit is contained in:
Barnaby 2023-09-15 13:23:11 +01:00 committed by GitHub
parent 45141c1c99
commit 0217f8c483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ fn try_connect(mut client_ips: HashMap<IpAddr, String>) -> ConResult {
}
if controllers_config
.map(|c| c.hand_tracking.enable_skeleton)
.map(|c| !c.hand_tracking.enable_skeleton)
.unwrap_or(false)
{
ffi_left_hand_skeleton = None;