File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 <PackageId >CommunityBugFixCollection</PackageId >
1212 <Title >Community Bug-Fix Collection</Title >
1313 <Authors >Banane9; Nytra; art0007i; LeCloutPanda</Authors >
14- <Version >0.2 .0-beta</Version >
14+ <Version >0.3 .0-beta</Version >
1515 <Description >This MonkeyLoader mod for Resonite that fixes various small Resonite-issues that are still open.</Description >
1616 <PackageReadmeFile >README.md</PackageReadmeFile >
1717 <PackageLicenseExpression >LGPL-3.0-or-later</PackageLicenseExpression >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ private static void Prefix(ref OwnerType ownerType)
2222 {
2323 // The template URL for group homes currently does not resolve.
2424 // We change the owner type to User, so that we can create a group home with the standard cloud home template.
25- if ( Enabled && ownerType == OwnerType . Group )
25+ if ( Enabled && ownerType is OwnerType . Group )
2626 ownerType = OwnerType . User ;
2727 }
2828 }
You can’t perform that action at this time.
0 commit comments