X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fcmd_neonfun_unoplay.c;h=47b25b9443f1d5b4d8d0cb51da3502ac4f5836ad;hb=de5f0224c8b119f1be15457262bd6e66f160657f;hp=a6b341981ec8939ed63725e43e091559ce7ff9ab;hpb=9f5af1bc8ff4e8fc9c28433c76a890a990dd0ae5;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/cmd_neonfun_unoplay.c b/src/modules/NeonFun.mod/cmd_neonfun_unoplay.c index a6b3419..47b25b9 100644 --- a/src/modules/NeonFun.mod/cmd_neonfun_unoplay.c +++ b/src/modules/NeonFun.mod/cmd_neonfun_unoplay.c @@ -33,7 +33,7 @@ CMD_BIND(neonfun_cmd_unoplay) { if(game) { //check if it's the player's turn if(game->active_player->chanuser != chanuser) { - reply(getTextBot(), user, "NF_UNO_NOT_YOUR_TURN"); + reply(textclient, user, "NF_UNO_NOT_YOUR_TURN"); return; } game->active_player->timeout = 0;