working example of object mold (see test for decoding 9mm) but needs work for casting to object type

This commit is contained in:
FateJH 2016-11-26 00:55:21 -05:00
parent 4bbf627770
commit 811bf858f8
3 changed files with 52 additions and 29 deletions

View file

@ -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