mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Fixed last login time
This commit is contained in:
parent
86efa69213
commit
dd5e63a409
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ public final class LoginConfiguration {
|
|||
player.getInterfaceManager().setOpened(LOBBY_INTERFACE);
|
||||
PacketRepository.send(Interface.class, new InterfaceContext(player, 549, 2, 378, true));
|
||||
PacketRepository.send(Interface.class, new InterfaceContext(player, 549, 3, messModel, true));//UPDATE `configs` SET `value`=FLOOR(RAND()*(25-10)+10) WHERE key_="messageInterface"
|
||||
player.getDetails().setLastLogin(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue