mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-29 08:23:48 +00:00
Compile bug fixes.
This commit is contained in:
@@ -3038,7 +3038,7 @@ std::string const PlayerbotAI::HandleRemoteCommand(std::string const command)
|
|||||||
|
|
||||||
out << " v: " << target->getDestination()->getVisitors();
|
out << " v: " << target->getDestination()->getVisitors();
|
||||||
|
|
||||||
if (*target->getPosition() != WorldPosition())
|
if (!(*target->getPosition() == WorldPosition()))
|
||||||
{
|
{
|
||||||
out << "(" << target->getPosition()->getAreaName() << ")";
|
out << "(" << target->getPosition()->getAreaName() << ")";
|
||||||
out << " distance: " << target->getPosition()->distance(bot) << "y";
|
out << " distance: " << target->getPosition()->distance(bot) << "y";
|
||||||
|
|||||||
Reference in New Issue
Block a user