Skip to content

Commit 4cb4b15

Browse files
committed
fix component id
1 parent fefd7f8 commit 4cb4b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proto/decentraland/sdk/components/network_entity.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ syntax = "proto3";
33
package decentraland.sdk.components;
44

55
import "decentraland/sdk/components/common/id.proto";
6-
option (common.ecs_component_id) = 1078;
6+
option (common.ecs_component_id) = 1098;
77

88
/**
99
* NetworkEntity marks an entity for network synchronization.

proto/decentraland/sdk/components/synced_clock.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ syntax = "proto3";
33
package decentraland.sdk.components;
44

55
import "decentraland/sdk/components/common/id.proto";
6-
option (common.ecs_component_id) = 1077;
6+
option (common.ecs_component_id) = 1099;
77

88
// PBTimeComponent provides synchronized time information based on NTP server data
99
// This component can be used to maintain consistent time across all clients

0 commit comments

Comments
 (0)