From c85baad6d1e505895c137e9b878881aed5549f74 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 10:11:03 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 4 bytes modified --- 306204wy29.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/306204wy29.js b/306204wy29.js index d3a0e06..12f2c43 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -10,8 +10,8 @@ if (!this.initialized) { } if (this.state.turning) { - //console.warn('already turning - todo: store the input and play back'); - //return; + console.warn('already turning - todo: store the input and play back'); + return; } if (data.keyCode === GameLib.System.Input.KEY_UP) {