From: Elijah Cohen Date: Sat, 18 May 2019 01:51:39 +0000 (-0500) Subject: whoops again X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=8f4fb6aa2845019b11a2214a6d0a4bccb8836d4c;p=pong_br whoops again --- diff --git a/web/main.js b/web/main.js index 0f9db54..650146f 100644 --- a/web/main.js +++ b/web/main.js @@ -68,6 +68,7 @@ var main = function() { // starts everything, gets us going, setup ish } if(e.data == "starting") { drawStarting(ctx); + return; } var state = JSON.parse(e.data); // check for placement, the related order of ops is kinda messy and ad-hoc