This commit is contained in:
Christoph Oelckers 2014-10-25 18:26:42 +02:00
commit bd811bea87
10 changed files with 125 additions and 74 deletions

View file

@ -280,7 +280,7 @@ static void CopyPlayer (player_t *dst, player_t *src, const char *name)
}
if (thebot)
{
thebot->inuse = true;
thebot->inuse = BOTINUSE_Yes;
}
bglobal.botnum++;
dst->userinfo.TransferFrom(uibackup2);