Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 21, 2015
2 parents d4bac82 + cedaf58 commit 6dd1c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoPlay.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,10 @@
data: JSON.stringify({"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) {
Expand Down

0 comments on commit 6dd1c8b

Please sign in to comment.