From 15aadf332deb06786c7c4d0d34acdc0b45adfa3b Mon Sep 17 00:00:00 2001 From: BoiHanny <114599052+BoiHanny@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:31:39 +0100 Subject: [PATCH 1/2] WIP --- vrcosc-magicchatbox/Classes/DataAndSecurity/DataController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } From 5faa19d0b842cedd510fa5d90b6f7138bad402fc Mon Sep 17 00:00:00 2001 From: BoiHanny <114599052+BoiHanny@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:32:06 +0100 Subject: [PATCH 2/2] The most significant change in the MagicChatbox project is the update of the project version from 0.8.755 to 0.8.756. This change suggests that minor modifications, bug fixes, or improvements have been made to the project. Changes: 1. Update of the MagicChatbox project version from 0.8.755 to 0.8.756. This change indicates that the project has undergone minor modifications, bug fixes, or improvements. [Reference to the code changes] --- vrcosc-magicchatbox/MagicChatbox.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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