ソースを参照

bug: I don't even know. This is never used so it won't break, but it's wrong

tags/v0.10.0^2
Shaun 2年前
コミット
f1090b6360
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/server/components/stats.js

+ 1
- 1
src/server/components/stats.js ファイルの表示

@@ -724,7 +724,7 @@ module.exports = {
if (!lootStats)
this.stats.lootStats[mob.name] = time;
else
return ((lootStats.day !== time.day), (lootStats.month !== time.month));
return ((lootStats.day !== time.day) || (lootStats.month !== time.month));
},

events: {


読み込み中…
キャンセル
保存