working version; all checks pass

This commit is contained in:
FateJH 2016-09-19 10:03:43 -04:00
parent ce165aa9a5
commit 008cb4e919
3 changed files with 62 additions and 48 deletions

View file

@ -171,7 +171,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
true))) //Boosted generator room pain field
sendResponse(PacketCoding.CreateGamePacket(0, SetCurrentAvatarMessage(PlanetSideGUID(guid),0,0)))
sendResponse(PacketCoding.CreateGamePacket(0, CreateShortcutMessage(PlanetSideGUID(guid), 1, 0, 6, "medkit")))
sendResponse(PacketCoding.CreateGamePacket(0, CreateShortcutMessage(PlanetSideGUID(guid), 1, 0, 6, Some(Shortcut.MEDKIT))))
import scala.concurrent.duration._
import scala.concurrent.ExecutionContext.Implicits.global