rs-client: refactoring (#1344)
* Rename some things to be more consistent everywhere * rs-client: refactoring * MenuAction -> MenuOpcode merge
This commit is contained in:
@@ -11,7 +11,8 @@ public class FriendLoginUpdate extends Link {
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1546177207
|
||||
)
|
||||
public int field3661;
|
||||
@Export("friendUpdateTimeSecs")
|
||||
public int friendUpdateTimeSecs;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ljv;"
|
||||
@@ -26,7 +27,7 @@ public class FriendLoginUpdate extends Link {
|
||||
signature = "(Ljv;I)V"
|
||||
)
|
||||
FriendLoginUpdate(Username var1, int var2) {
|
||||
this.field3661 = (int)(DirectByteArrayCopier.currentTimeMs() / 1000L);
|
||||
this.friendUpdateTimeSecs = (int)(DirectByteArrayCopier.currentTimeMs() / 1000L);
|
||||
this.username = var1;
|
||||
this.world = (short)var2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user