File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ private void SceneManagerOnActiveSceneChanged(Scene arg0, Scene arg1)
324324
325325
326326
327- Log . Notice ( "Changed to scene " + arg1 . name ) ;
327+ // Log.Notice("Changed to scene " + arg1.name);
328328 if ( arg1 . name . Contains ( "Menu" ) ) // Only run in menu scene
329329 {
330330 if ( allEntries == null )
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "3.2.2 " ) ]
36- [ assembly: AssemblyFileVersion ( "3.2.2 " ) ]
35+ [ assembly: AssemblyVersion ( "3.2.3 " ) ]
36+ [ assembly: AssemblyFileVersion ( "3.2.3 " ) ]
Original file line number Diff line number Diff line change 33 "id" : " CustomMenuText" ,
44 "name" : " CustomMenuText" ,
55 "author" : " headassbtw" ,
6- "version" : " 3.2.2 " ,
6+ "version" : " 3.2.3 " ,
77 "description" : " " ,
88 "gameVersion" : " 1.13.4" ,
99 "dependsOn" : {
You can’t perform that action at this time.
0 commit comments