From 5ae41e0fc278904eb9dc517ee50215b27c146cb7 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Mon, 28 May 2018 10:52:29 +0200 Subject: [PATCH] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 43 bytes modified --- ff0fsum4zx.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index 680781a..c9561cf 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -111,12 +111,11 @@ R3.CustomCode.prototype.render = function(delta) { this.secondCounter += delta; if (this.secondCounter >= 0.5) { this.secondCounter -= 0.5; - console.log(this.totalTime); R3.Event.Emit( R3.Event.GAME_DATA, { type : 'timer', - time : Math.round(this.totalTime) + time : this.totalTime } ) }