Revert "Share Location"

This reverts commit 9971b14177.
This commit is contained in:
Tsubasahane
2025-12-28 11:00:50 +08:00
parent 9971b14177
commit d3790013c6
12 changed files with 5 additions and 114 deletions

View File

@@ -15,5 +15,4 @@ public class UserPermissionSet
public bool DisableAnimations { get; set; } = false;
public bool DisableVFX { get; set; } = false;
public bool DisableSounds { get; set; } = false;
public bool ShareLocation { get; set; } = false;
}