Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

6 lines
506 B
INI

[CoreRedirects]
+FunctionRedirects=(OldName="OSCServer.SetWhitelistClientsEnabled",NewName="SetAllowlistClientsEnabled")
+FunctionRedirects=(OldName="OSCServer.AddWhitelistedClient",NewName="AddAllowlistedClient")
+FunctionRedirects=(OldName="OSCServer.RemoveWhitelistedClient",NewName="RemoveAllowlistedClient")
+FunctionRedirects=(OldName="OSCServer.ClearWhitelistedClients",NewName="ClearAllowlistedClients")
+FunctionRedirects=(OldName="OSCServer.GetWhitelistedClients",NewName="GetAllowlistedClients")