mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +02:00
fix entity data packet type value
This commit is contained in:
parent
7578a70c4c
commit
bca8d8181d
1 changed files with 7 additions and 7 deletions
|
@ -62,18 +62,18 @@ namespace PacketType {
|
|||
DomainConnectRequest,
|
||||
DomainServerRequireDTLS,
|
||||
NodeJsonStats,
|
||||
EntityQuery,
|
||||
EntityData,
|
||||
EntityAdd,
|
||||
EntityErase,
|
||||
EntityEdit,
|
||||
OctreeDataNack,
|
||||
StopNode,
|
||||
AudioEnvironment,
|
||||
EntityEditNack,
|
||||
ICEServerHeartbeat,
|
||||
ICEPing,
|
||||
ICEPingReply
|
||||
ICEPingReply,
|
||||
EntityData,
|
||||
EntityQuery,
|
||||
EntityAdd,
|
||||
EntityErase,
|
||||
EntityEdit
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue