Update Readme

This commit is contained in:
zeruth
2019-06-17 18:57:29 -04:00
parent 9f5c7d1bcf
commit ea54313a65
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ To setup your rsa keys, navigate to runelite-mixins and go to RSBufferMixin and
After that it's ran much like RuneLite or RuneLitePlus, install then run RuneLite.main() After that it's ran much like RuneLite or RuneLitePlus, install then run RuneLite.main()
Be sure to add either -rs=CUSTOM or -local-injected while working on it in intelliJ
To release the built jar publicly, you'd have to host your injected client remotely and redirect it to your source in rs.ClientLoader
## License ## License
RuneLitePlus-PS is licensed under the BSD 2-clause license. See the license header in the respective file to be sure. RuneLitePlus-PS is licensed under the BSD 2-clause license. See the license header in the respective file to be sure.

View File

@@ -102,7 +102,7 @@ public abstract class RSGameShellMixin implements RSGameShell
@Replace("checkHost") @Replace("checkHost")
protected final boolean checkHost() protected final boolean checkHost()
{ {
//ALways allow host. //Always allow host.
return true; return true;
} }
} }