From 9c5ee0fce1e487ea5773704b4954e029ae0ffb6d Mon Sep 17 00:00:00 2001 From: oc Date: Thu, 18 Jan 2018 21:11:39 +0800 Subject: [PATCH] Fix Bug --- libs/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/events.js b/libs/events.js index b4a0d372..01992338 100644 --- a/libs/events.js +++ b/libs/events.js @@ -1597,7 +1597,7 @@ events.prototype.clickSettings = function (x,y) { if (t.hard!='') text+=t.hard+"难度: " text+="已有"+t.people+"人次游戏,"+t.score+"人次通关。"; if (core.isset(t.max) && t.max>0) { - text+="\n当前MAX为"+t.max+",最早由"+(t.username||"匿名")+"于"+core.formatDate(new Date(1000*t.timestamp))+"打出。"; + text+="\n当前MAX为"+t.max+",最早由 "+(t.username||"匿名")+" 于"+core.formatDate(new Date(1000*t.timestamp))+"打出。"; } }) core.drawText(text);