From e0e8bb81adc8b745320bfcf0731a1ad4b48541f3 Mon Sep 17 00:00:00 2001 From: Jesus <198890+Jesus05@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:23:37 +0300 Subject: [PATCH] // At the next tick, index will be the same. --- docs/FallbackNode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/FallbackNode.md b/docs/FallbackNode.md index 5732dc06b..750d71fae 100644 --- a/docs/FallbackNode.md +++ b/docs/FallbackNode.md @@ -98,7 +98,6 @@ if he/she is fully rested. // Suspend execution and return SUCCESS. // At the next tick, index will be the same. HaltAllChildren(); - index = 0; return SUCCESS; } }