Revert "Add possible crash fix when summoning an invalid bot (#1125)"

This reverts commit 495269bfa0.
This commit is contained in:
blinkysc
2025-04-24 11:04:18 -05:00
committed by GitHub
parent bf54f74359
commit 3d6f925cca

View File

@@ -217,9 +217,6 @@ bool SummonAction::Teleport(Player* summoner, Player* player)
if (bot->isDead() && revive)
{
if (!botAI->IsSafe(player) || !botAI->IsSafe(summoner))
return false;
bot->ResurrectPlayer(1.0f, false);
bot->SpawnCorpseBones();
botAI->TellMasterNoFacing("I live, again!");