Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 25, 2021
1 parent 845c598 commit 18b1ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MelonLoader/Fixes/InstancePatchFix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private static bool PatchMethod(MethodBase __0)
if (__0 == null)
throw new NullReferenceException("Patch Method");
if ((__0 != null) && !__0.IsStatic)
throw new Exception("Patch Method can't be an Instance Method!");
throw new Exception("Patch Method must be a Static Method!");
return true;
}
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- All Logs are made in the created MelonLoader/Logs folder in your Game's Installation Folder.
- All Plugins get placed in the created Plugins folder in your Game's Installation Folder.
- All Mods get placed in the created Mods folder in your Game's Installation Folder.
- Start Screen Image can be Customized by placing an image in ``UserData/Loading.gif``
<br></br>
- [The Official Wiki](https://melonwiki.xyz)
- [Proxies](#proxies)
Expand Down

0 comments on commit 18b1ad0

Please sign in to comment.