aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/libot/commands/UnoCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/libot/commands/UnoCommand.java')
-rw-r--r--src/main/java/libot/commands/UnoCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/libot/commands/UnoCommand.java b/src/main/java/libot/commands/UnoCommand.java
index f66f3a8..2c3c2bc 100644
--- a/src/main/java/libot/commands/UnoCommand.java
+++ b/src/main/java/libot/commands/UnoCommand.java
@@ -217,7 +217,7 @@ public class UnoCommand extends BettableGame {
217 217
218 @Override 218 @Override
219 public boolean shouldPlayDrawnCard(UnoGame game, UnoCard drawnCard, UnoPlayer next) { 219 public boolean shouldPlayDrawnCard(UnoGame game, UnoCard drawnCard, UnoPlayer next) {
220 return this.c.confirmf(FORMAT_PLAYER_CONFIRM_PLACE_DRAWN, LITHIUM, getEmoteWithName(this.c, drawnCard)); 220 return this.c.confirmf(FORMAT_PLAYER_CONFIRM_PLACE_DRAWN, LITHIUM, true, getEmoteWithName(this.c, drawnCard));
221 } 221 }
222 222
223 @SuppressWarnings("null") 223 @SuppressWarnings("null")