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

@@ -11,7 +11,10 @@ https://www.rune-server.ee/runescape-development/rs2-server/downloads/684206-180
To setup your rsa keys, navigate to runelite-mixins and go to RSBufferMixin and set modulus and exponent
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

View File

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