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
Added manual call to OnReload to SelfConfig
pull/44/head
Anairkoen Schno
4 years ago
parent
ea30414fd1
commit
edde8681c9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
IPA.Loader/Config/SelfConfig.cs
+ 1
- 0
IPA.Loader/Config/SelfConfig.cs
View File
@ -23,6 +23,7 @@ namespace IPA.Config
{
LoaderConfig
=
Config
.
GetConfigFor
(
IPAName
,
"json"
)
;
Instance
=
LoaderConfig
.
Generated
<
SelfConfig
>
(
)
;
Instance
.
OnReload
(
)
;
}
protected
virtual
void
CopyFrom
(
SelfConfig
cfg
)
{
}
Write
Preview
Loading…
Cancel
Save