2025-12-26 20:58:07 -08:00

10 lines
146 B
C++
Executable File

#include "zone/client.h"
void command_path(Client *c, const Seperator *sep)
{
if (zone->pathing) {
zone->pathing->DebugCommand(c, sep);
}
}