Skip to content

Commit 5c180bc

Browse files
committed
fix component id
1 parent c8a97f3 commit 5c180bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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) = 1098;
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)