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
Removed latent TODO
4.0.0-beta
Anairkoen Schno
4 years ago
parent
7c2a5ae453
commit
178c12da94
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
IPA.Loader/Loader/PluginLoader.cs
+ 0
- 1
IPA.Loader/Loader/PluginLoader.cs
View File
@ -247,7 +247,6 @@ namespace IPA.Loader
{
if
(
type
.
Namespace
!
=
pluginNs
)
continue
;
// TODO: change this to just IPlugin
if
(
type
.
HasInterface
(
typeof
(
IPlugin
)
.
FullName
)
)
{
metadata
.
PluginType
=
type
;
Write
Preview
Loading…
Cancel
Save