mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 23:35:23 +00:00
working example of object mold (see test for decoding 9mm) but needs work for casting to object type
This commit is contained in:
parent
4bbf627770
commit
811bf858f8
3 changed files with 52 additions and 29 deletions
|
|
@ -170,7 +170,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
true, //Boosted spawn room pain field
|
||||
true))) //Boosted generator room pain field
|
||||
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, SetCurrentAvatarMessage(PlanetSideGUID(guid),0,0)))
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, SetCurrentAvatarMessage(guid,0,0)))
|
||||
|
||||
import scala.concurrent.duration._
|
||||
import scala.concurrent.ExecutionContext.Implicits.global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue