pick up some stragglers

This commit is contained in:
DarthArgus
2016-09-29 23:30:03 -05:00
parent 2b2226f6f6
commit 4aa3bdd38a
5 changed files with 16 additions and 7 deletions
@@ -31,6 +31,8 @@
#include <map>
#include <set>
#include "sharedFoundation/CrcConstexpr.hpp"
ServerPathfindingMessaging * g_messaging = nullptr;
// ======================================================================
@@ -195,7 +197,7 @@ void ServerPathfindingMessaging::receiveMessage(const MessageDispatch::Emitter &
{
// if there are no waypoints, use the /eject command
s->asCreatureObject()->commandQueueEnqueue(CommandTable::getCommand(
Crc::calculate("eject")), NetworkId::cms_invalid, Unicode::String());
constcrc("eject")), NetworkId::cms_invalid, Unicode::String());
}
}
else