Просмотр исходного кода

Fixed bugreport http://rathena.org/board/tracker/issue-8311-latest-update-commit-broken/ (Just a little leftover)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
Cydh Ramdh 11 лет назад
Родитель
Сommit
ffa4273475
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/map/chrif.c

+ 0 - 1
src/map/chrif.c

@@ -1030,7 +1030,6 @@ int chrif_deadopt(int father_id, int mother_id, int child_id) {
  * Disconnection of a player (account has been banned of has a status, from login/char-server) by [Yor]
  *------------------------------------------*/
 int chrif_ban(int fd) {
-	ShowInfo("chrif_ban \n");
 	int acc, res=0;
 	struct map_session_data *sd;