[XTarget] Revert All XTarget Corpse Changes (#1944)

This commit is contained in:
mmcgarvey
2022-01-23 21:18:38 -05:00
committed by GitHub
parent e99c8dafc5
commit e4f2aec11e
4 changed files with 3 additions and 13 deletions
-2
View File
@@ -1307,8 +1307,6 @@ public:
std::string GetBucketRemaining(std::string bucket_name);
void SetBucket(std::string bucket_name, std::string bucket_value, std::string expiration = "");
bool IsValidXTarget() const;
#ifdef BOTS
// Bots HealRotation methods
bool IsHealRotationTarget() { return (m_target_of_heal_rotation.use_count() && m_target_of_heal_rotation.get()); }