commit c898c88435a64a034c39fb42103ac5e3a8939fce (patch)
parent 5136331c667603e5e81bad08c80aee8cd4404d44
Author: Alex Karle <alex@karle.co>
Date: Wed, 6 May 2020 00:41:59 -0400
Euchre::Errors: Update UNIQUE_USER to not mention force join
The "is this you?" was referring to the option to force join if it was.
This is no longer supported (see previous commit).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Euchre/Errors.pm b/lib/Euchre/Errors.pm
@@ -67,7 +67,7 @@ $ERR_MSGS[ORDER] = "Not time for a vote";
$ERR_MSGS[DEALER_SWAP] = "Can't swap with Kitty now";
$ERR_MSGS[PLAY_CARD] = "Can't play cards yet";
$ERR_MSGS[TURN] = "Not your turn";
-$ERR_MSGS[UNIQUE_USER] = "Username not unique; is this you?";
+$ERR_MSGS[UNIQUE_USER] = "Username not unique";
$ERR_MSGS[INVALID_SEAT] = "Invalid seat";
$ERR_MSGS[TAKEN_SEAT] = "Seat is taken";
$ERR_MSGS[ALREADY_STANDING] = "Already standing!";