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 @@ -34,7 +34,7 @@ public void OnDisable()
34
34
35
35
private void OnGameSceneLoaded ( )
36
36
{
37
- if ( Configuration . Instance . enabled && ! BS_Utils . Plugin . LevelData . Mode . Equals ( BS_Utils . Gameplay . Mode . Multiplayer ) )
37
+ if ( Configuration . Instance . enabled && ! ( BS_Utils . Plugin . LevelData . Mode . Equals ( BS_Utils . Gameplay . Mode . Multiplayer ) || BS_Utils . Plugin . LevelData . Mode . Equals ( BS_Utils . Gameplay . Mode . None ) ) )
38
38
{
39
39
new GameObject ( "FailSkip Behavior" ) . AddComponent < FailSkip > ( ) ;
40
40
}
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "2.0.0 " ) ]
36
- [ assembly: AssemblyFileVersion ( "2.0.0 " ) ]
35
+ [ assembly: AssemblyVersion ( "2.0.1 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "2.0.1 " ) ]
Original file line number Diff line number Diff line change 5
5
"gameVersion" : " 1.12.2" ,
6
6
"id" : " FastFail" ,
7
7
"name" : " FastFail" ,
8
- "version" : " 2.0.0 " ,
8
+ "version" : " 2.0.1 " ,
9
9
"dependsOn" : {
10
10
"BeatSaberMarkupLanguage" : " ^1.3.5" ,
11
11
"BS Utils" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments