From 61c271e9ef30ce79983443bf335fe69aa3875b1e Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Wed, 4 Jun 2014 16:32:39 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98grepolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index 67b442d..1c1063c 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.39 +// @version 1.0.40 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -25,7 +25,7 @@ // If there is a format string then... it must be a string if (typeof arguments[0] === "string") { - args[0] = "%o: " + arguments[0]; + args[0] = "%s: " + arguments[0]; args.splice(1, 0, timestamp); this.logCopy.apply(this, args); } else {