File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77using SiraUtil . Web . SiraSync . Zenject ;
88using SiraUtil . Web . Zenject ;
99using SiraUtil . Zenject ;
10- using System ;
1110using Zenject ;
1211
1312namespace SiraUtil . Installers
@@ -63,7 +62,6 @@ public override void InstallBindings()
6362 // Bind any global services
6463 Container . BindInterfacesTo < FinishEventDispatcher > ( ) . AsSingle ( ) ;
6564 Container . Bind < SubmissionDataContainer > ( ) . AsSingle ( ) ;
66- Container . Bind < Random > ( ) . AsSingle ( ) . IfNotBound ( ) ;
6765 }
6866
6967 private void SiraLogCreated ( InjectContext ctx , SiraLog siraLog )
Original file line number Diff line number Diff line change 33 "id" : " SiraUtil" ,
44 "name" : " SiraUtil" ,
55 "author" : " Auros" ,
6- "version" : " 3.1.13 " ,
6+ "version" : " 3.1.14 " ,
77 "icon" : " SiraUtil.Resources.logo.png" ,
88 "description" : " A powerful utility mod which provides more tools to Beat Saber modders." ,
9- "gameVersion" : " 1.37.4 " ,
9+ "gameVersion" : " 1.39.1 " ,
1010 "dependsOn" : {
1111 "BSIPA" : " ^4.3.0"
1212 },
You can’t perform that action at this time.
0 commit comments