Update Readme
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user