From cedaf58c97445123df6380d33c04ba3ef1522f86 Mon Sep 17 00:00:00 2001 From: Eric Ahn Date: Sun, 21 Jun 2015 04:43:28 -0500 Subject: [PATCH] Update autoPlay.user.js --- autoPlay.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoPlay.user.js b/autoPlay.user.js index 772b446..6a5c8ab 100644 --- a/autoPlay.user.js +++ b/autoPlay.user.js @@ -680,10 +680,10 @@ data: {"name":rgEntry.actor_name, "steamid":rgEntry.actor, "round":getGameLevel(), "ability":rgEntry.ability, "time":rgEntry.time}, dataType: 'json', success: function(responseData, textStatus, jqXHR) { - advLog("Reported " + rgEntry.actor_name + " at time " + rgEntry.time, 2); + console.log("Reported " + rgEntry.actor_name + " at time " + rgEntry.time); }, error: function (responseData, textStatus, errorThrown) { - console.log('POST failed.', 2); + console.log('POST failed.'); } }); } else if(getGameLevel() % 100 !== 0 && getGameLevel() % 100 > 90 && rgEntry.ability === 26) {