From 913ff1c8bf375a94dd5f345b95e6fc79c99a3d1f Mon Sep 17 00:00:00 2001 From: opl- Date: Wed, 17 Oct 2018 22:11:11 +0200 Subject: [PATCH] Fix `obstacleExit` event listed as `obstacleEnter` in protocol.md As noticed by @SplitPixl --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index 4648133..df6988c 100644 --- a/protocol.md +++ b/protocol.md @@ -224,7 +224,7 @@ Fired when the player enters an obstacle. Contains only the `performance` property of [Status object](#status-object). -### `obstacleEnter` event +### `obstacleExit` event Fired when the player exits an obstacle.