This commit is contained in:
Christoph Oelckers 2019-04-10 15:58:11 +02:00
commit 85a762f294
1 changed files with 1 additions and 1 deletions

View File

@ -394,8 +394,8 @@ bool FCajunMaster::DoAddBot (FLevelLocals *Level, uint8_t *info, botskill_t skil
else
Printf ("%s joined the game\n", players[bnum].userinfo.GetName());
Level->localEventManager->PlayerEntered(bnum, false);
Level->DoReborn (bnum, true);
Level->localEventManager->PlayerEntered(bnum, false);
return true;
}