summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorkie Liu <yorkiefixer@gmail.com>2018-06-01 02:37:53 +0800
committerRyan Dahl <ry@tinyclouds.org>2018-05-31 23:39:44 +0200
commit180f0a1b3cfa0f7cd1f37485839c763de4d03693 (patch)
tree0a6419ee84c66701e5f287bc08dec963ce366231
parent84b06879909e15f62cda430fa3f884660e0c3ec7 (diff)
fix message name
-rw-r--r--msg.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.proto b/msg.proto
index 755d22e53..2818d9674 100644
--- a/msg.proto
+++ b/msg.proto
@@ -68,7 +68,7 @@ message Msg {
// TIMER_START
int32 timer_start_id = 60;
bool timer_start_interval = 61;
- int32 timer_start_duration = 62; // In milliseconds.
+ int32 timer_start_delay = 62; // In milliseconds.
// TIMER_READY
int32 timer_ready_id = 70;