diff --git a/example.csharp/addons/tiltfive/T5Interface.cs b/example.csharp/addons/tiltfive/T5Interface.cs index 6170e32..0647c9a 100644 --- a/example.csharp/addons/tiltfive/T5Interface.cs +++ b/example.csharp/addons/tiltfive/T5Interface.cs @@ -116,7 +116,7 @@ void ProcessGlasses() if(entry.Value.CanAttemptToReserve && Manager.ShouldUseGlasses(entry.Key)) { entry.Value.attemptingToReserve = true; - xrInterface.Call("reserve_glasses", entry.Key, Manager.GetUIDisplayName(entry.Key)); + xrInterface.Call("reserve_glasses", entry.Key, ProjectSettings.GetSetting("application/config/name")); } } }