From 38af7b23f501d8bc1756ce979a15472b309bef6a Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 27 May 2016 22:57:24 +0200 Subject: [PATCH] fix --- html/testBot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBot.html b/html/testBot.html index fc04151..9da8c3d 100644 --- a/html/testBot.html +++ b/html/testBot.html @@ -127,7 +127,7 @@ function play(player){ if(xhr.status == 200) { var response=xhr.responseText; - var t = new RegExp('/^[0-6]$/'); + var t = new RegExp('/[0-6]/'); if (t.test(response)){ playingAT(response); }else{