Skip to content

Commit

Permalink
Merge pull request #38 from BoiHanny/Dev-Master
Browse files Browse the repository at this point in the history
Dev master
  • Loading branch information
BoiHanny authored Jan 29, 2024
2 parents a4352c5 + 5faa19d commit c5a5059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ public static void LoadStatusList()
return;
}
ViewModel.Instance.StatusList = JsonConvert.DeserializeObject<ObservableCollection<StatusItem>>(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;
}
Expand Down
2 changes: 1 addition & 1 deletion vrcosc-magicchatbox/MagicChatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.8.755</Version>
<Version>0.8.756</Version>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit c5a5059

Please sign in to comment.