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
New AfterInit is now actually called
pull/12/head
Anairkoen Schno
5 years ago
parent
90ab85272d
commit
02b1210e5b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Loader/PluginLoader.cs
+ 1
- 1
IPA.Loader/Loader/PluginLoader.cs
View File
@ -614,7 +614,7 @@ namespace IPA.Loader
foreach
(
var
feature
in
meta
.
Features
)
try
{
feature
.
AfterInit
(
info
)
;
feature
.
AfterInit
(
info
,
info
.
Plugin
)
;
}
catch
(
Exception
e
)
{
Write
Preview
Loading…
Cancel
Save