fixed some small things in blackjack game
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun.c
index 1fd1199665cdde0d61012b749efbafa2fa466cf2..9bf3b4b728747babd3a009ba835c4c5fdbbd5d22 100644 (file)
@@ -78,6 +78,7 @@ static const struct default_language_entry msgtab[] = {
     {"NF_BJ_USER_JOINED", "$b%s$b has joined the game."}, /* {ARGS: "TestUser"} */
     {"NF_BJ_CREATED", "$b%s$b started a BlackJack game. Type $b+bj$b to join the game."}, /* {ARGS: "TestUser"} */
     {"NF_BJ_ERROR", "BlackJack program error. Please contact a bot administrator. (ErrCode: %d)"}, /* {ARGS: 0} */
+    {"NF_BJ_NOT_YOUR_TURN", "Wait your turn!"},
     {"NF_BJ_START", "GAME START"},
     {"NF_BJ_USER_HURRY_UP", "$b%s$b, it's your turn! You can take a card with $bbjtake$b or stop playing with $bbjenough$b"}, /* {ARGS: "TestUser"} */
     {"NF_BJ_TAKE", "You took another card: %s (%d points)."}, /* {ARGS: "[♠A]", 11} */