From 3d6f925cca7b6feaca09cbf83a8ac4209996ec41 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:04:18 -0500 Subject: [PATCH] Revert "Add possible crash fix when summoning an invalid bot (#1125)" This reverts commit 495269bfa06a42c2a65cd7562fd396668ddd627f. --- src/strategy/actions/UseMeetingStoneAction.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/strategy/actions/UseMeetingStoneAction.cpp b/src/strategy/actions/UseMeetingStoneAction.cpp index 90807f99..025092cf 100644 --- a/src/strategy/actions/UseMeetingStoneAction.cpp +++ b/src/strategy/actions/UseMeetingStoneAction.cpp @@ -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!");