diff options
Diffstat (limited to 'src/controller.cpp')
-rw-r--r-- | src/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.cpp b/src/controller.cpp index 17f15017..a73b7a5f 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -60,7 +60,7 @@ void Controller::update() unsigned int randomY = rand() % 320 + 840; LOG_INFO("Setting new random destination " << randomX << "," - << randomY << " for being " << mBeing->getID(), 2); + << randomY << " for being " << mBeing->getPublicID(), 2); mBeing->setDestination(randomX, randomY); } |