mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
pick up some stragglers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user