File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
<ApplicationIcon >game.ico</ApplicationIcon >
7
7
<ApplicationManifest >app.manifest</ApplicationManifest >
8
8
<Version >0.0.0</Version >
9
- <FileVersion >2024.102 .0</FileVersion >
9
+ <FileVersion >2024.220 .0</FileVersion >
10
10
<Title >VRCOSC</Title >
11
11
<Authors >VolcanicArts</Authors >
12
12
<Company >VolcanicArts</Company >
13
13
<Nullable >enable</Nullable >
14
- <AssemblyVersion >2024.102 .0</AssemblyVersion >
14
+ <AssemblyVersion >2024.220 .0</AssemblyVersion >
15
15
</PropertyGroup >
16
16
<ItemGroup Label =" Project References" >
17
17
<ProjectReference Include =" ..\VRCOSC.Game\VRCOSC.Game.csproj" />
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ public static async void UpdateCurrentWorld()
49
49
}
50
50
51
51
IsCurrentWorldBlacklisted = ids . Contains ( CurrentWorldId ) ;
52
+ Logger . Log ( $ "Is world blacklisted?: { IsCurrentWorldBlacklisted } ") ;
52
53
}
53
54
54
55
private static async Task requestBlacklist ( )
Original file line number Diff line number Diff line change 4
4
<Nullable >enable</Nullable >
5
5
<LangVersion >11</LangVersion >
6
6
<PackageId >VolcanicArts.VRCOSC.SDK</PackageId >
7
- <Version >2023.1007 .0</Version >
7
+ <Version >2024.220 .0</Version >
8
8
<Title >VRCOSC SDK</Title >
9
9
<Authors >VolcanicArts</Authors >
10
10
<Description >SDK for creating custom modules with VRCOSC</Description >
You can’t perform that action at this time.
0 commit comments