This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Increased time downloaded mods show in completed state
pull/13/head
Anairkoen Schno
5 years ago
parent
45f8a87d3c
commit
1c218f5c3a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BSIPA-ModList/DownloadController.cs
+1
-1
BSIPA-ModList/manifest.json
+ 1
- 1
BSIPA-ModList/DownloadController.cs
View File
@ -200,7 +200,7 @@ namespace BSIPA_ModList
private
IEnumerator
RemoveModFromList
(
DependencyObject
obj
)
{
yield
return
new
WaitForSeconds
(
0.25
f
)
;
yield
return
new
WaitForSeconds
(
1
f
)
;
Remove
(
obj
)
;
+ 1
- 1
BSIPA-ModList/manifest.json
View File
@ -11,7 +11,7 @@
"gameVersion"
:
"1.1.0"
,
"id"
:
"BSIPA Mod List"
,
"name"
:
"BSIPA Mod List"
,
"version"
:
"1.2.
4
"
,
"version"
:
"1.2.
5
"
,
"icon"
:
"BSIPA_ModList.Icons.self.png"
,
"dependsOn"
:
{
"BSIPA"
:
"^3.12.19"
,
Write
Preview
Loading…
Cancel
Save