mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-25 06:49:07 +00:00
rename building_guid to object_guid
This commit is contained in:
parent
e326f454e5
commit
fce876480e
3 changed files with 6 additions and 6 deletions
|
|
@ -801,8 +801,8 @@ class GamePacketTest extends Specification {
|
|||
|
||||
"decode" in {
|
||||
PacketCoding.DecodePacket(string).require match {
|
||||
case SetEmpireMessage(building_guid, empire) =>
|
||||
building_guid mustEqual PlanetSideGUID(2)
|
||||
case SetEmpireMessage(object_guid, empire) =>
|
||||
object_guid mustEqual PlanetSideGUID(2)
|
||||
empire mustEqual PlanetSideEmpire.VS
|
||||
case default =>
|
||||
ko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue