mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 07:45:26 +00:00
Enable GM (anonymous mode) for all players
This commit is contained in:
parent
ccad92a555
commit
38715c0d04
2 changed files with 4 additions and 6 deletions
|
|
@ -118,7 +118,7 @@ class LoginSessionActor extends Actor with MDCContextAware {
|
|||
|
||||
val newToken = token.getOrElse("THISISMYTOKENYES")
|
||||
val response = LoginRespMessage(newToken, hex"00000000 18FABE0C 00000000 00000000",
|
||||
0, 1, 2, 685276011, username, 0, false)
|
||||
0, 1, 2, 685276011, username, 10001)
|
||||
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, response))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue