diff --git a/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs b/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs index ccfbb30d..2a7776b4 100644 --- a/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs +++ b/vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs @@ -660,7 +660,7 @@ public static void LoadStatusList() return; } ViewModel.Instance.StatusList = JsonConvert.DeserializeObject>(json); - if (ViewModel.Instance.StatusList.Any(x => x.msg == "boihanny" || x.msg == "sr4 series")) + if (ViewModel.Instance.StatusList.Any(x => x.msg.ToLower() == "boihanny" || x.msg.ToLower() == "sr4 series")) { ViewModel.Instance.Egg_Dev = true; } diff --git a/vrcosc-magicchatbox/MagicChatbox.csproj b/vrcosc-magicchatbox/MagicChatbox.csproj index 74f590f4..bd94bfd3 100644 --- a/vrcosc-magicchatbox/MagicChatbox.csproj +++ b/vrcosc-magicchatbox/MagicChatbox.csproj @@ -2,7 +2,7 @@ WinExe - 0.8.755 + 0.8.756 net6.0-windows10.0.22000.0 vrcosc_magicchatbox enable