mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Add API calls for setting varcs, varbits, etc.
Add API support for arbitrary data storage Add RememberMyLogin plugin
This commit is contained in:
parent
7613080b2e
commit
b073365cd4
5 changed files with 106 additions and 1 deletions
|
|
@ -322,6 +322,9 @@ public final class client extends GameShell {
|
|||
if (gameState == 0) {
|
||||
LoadingBarAwt.clear();
|
||||
}
|
||||
if (gameState == 30) {
|
||||
PluginRepository.OnLogin();
|
||||
}
|
||||
if (arg0 == 40) {
|
||||
LoginManager.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue