mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-03 12:10:22 +00:00
updating comments
This commit is contained in:
parent
dbb640f3b5
commit
3805133c7c
2 changed files with 11 additions and 9 deletions
|
|
@ -346,10 +346,10 @@ class GamePacketTest extends Specification {
|
|||
|
||||
"decode" in {
|
||||
PacketCoding.DecodePacket(string).require match {
|
||||
case MountVehicleMsg(player_guid, vehicle_guid, seat) =>
|
||||
case MountVehicleMsg(player_guid, vehicle_guid, entry) =>
|
||||
player_guid mustEqual PlanetSideGUID(1249)
|
||||
vehicle_guid mustEqual PlanetSideGUID(1127)
|
||||
seat mustEqual 6
|
||||
entry mustEqual 6
|
||||
case default =>
|
||||
ko
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue