From f08f2874ba5b18e74617352591cad21c3cceb502 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 2 Jun 2020 20:34:28 -0400 Subject: [PATCH] Fix slots not accepting wins --- commands/games-sp/slots.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games-sp/slots.js b/commands/games-sp/slots.js index b68c55e8..178fbba1 100644 --- a/commands/games-sp/slots.js +++ b/commands/games-sp/slots.js @@ -25,7 +25,7 @@ module.exports = class SlotsCommand extends Command { ${this.wrapSlots(slotOne, true)} : ${this.wrapSlots(slotTwo, true)} : ${this.wrapSlots(slotThree, true)} ------------------ - | : : : **${slotOne === slotTwo === slotThree ? 'WIN!' : 'LOST'}** : : : | + | : : : **${slotOne === slotTwo && slotOne === slotThree ? 'WIN!' : 'LOST'}** : : : | `); } diff --git a/package.json b/package.json index c15af921..2863f777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "115.2.1", + "version": "115.2.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {