mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-26 17:53:37 +00:00
comments and constructor param modifications
This commit is contained in:
parent
34e3dcd501
commit
dc71256457
2 changed files with 51 additions and 17 deletions
|
|
@ -1498,7 +1498,7 @@ class GamePacketTest extends Specification {
|
|||
}
|
||||
|
||||
"encode (on)" in {
|
||||
val msg = OrbitalStrikeWaypointMessage(PlanetSideGUID(3142), XY(5518.664f, 2212.539f))
|
||||
val msg = OrbitalStrikeWaypointMessage(PlanetSideGUID(3142), 5518.664f, 2212.539f)
|
||||
val pkt = PacketCoding.EncodePacket(msg).require.toByteVector
|
||||
|
||||
pkt mustEqual string_on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue