*** VERSION 5.5.0 ***
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun_unotake.c
index 22fb21c0504cfa0bf1ff495034e27d8dc5e94802..b5d72c4e38a503bcb0e50475be684110e4f377e0 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonfun_unotake.c - NeonServ v5.4
+/* cmd_neonfun_unotake.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -33,7 +33,7 @@ CMD_BIND(neonfun_cmd_unotake) {
     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;