From dd35b40e12d0dff216974c0ff2c06376ff7a5224 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 14:48:49 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 22 bytes modified --- 21g30t1e75.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index cd1aa3c..76bdd9b 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -906,7 +906,9 @@ GameLib.CustomCode.prototype.initializeGrid = function() { function(x) { x.map( function(y) { - y.dispose(); + if (y) { + y.dispose(); + } } ); }