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 error message to AddInFeature
pull/1/head
Anairkoen Schno
5 years ago
parent
fc7148c4cc
commit
05ab5e7d03
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
IPA.Loader/Loader/Features/AddInFeature.cs
+ 6
- 0
IPA.Loader/Loader/Features/AddInFeature.cs
View File
@ -17,5 +17,11 @@
{
return
plugin
!
=
selfMeta
;
}
public
override
string
InvalidMessage
{
get
=
>
"Plugin is an add-in for some other mod, therefore should not be loaded."
;
protected
set
{
}
}
}
}
Write
Preview
Loading…
Cancel
Save