diff --git a/server/gameserver/commands.cc b/server/gameserver/commands.cc index 9ad0b813..2cb38624 100644 --- a/server/gameserver/commands.cc +++ b/server/gameserver/commands.cc @@ -29,7 +29,7 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg) } std::string cmd = cmds[0]; if (cmd == "gps") { - SendDebugMsg(a8::Format("%d %d", {GetPos().GetX(), GetPos().GetY()})); + SendDebugMsg(a8::Format("gps: %f,%f,%f", {GetPos().GetX(), GetPos().GetY(), GetPos().GetZ()})); } else if (cmd == "setmode") { if (cmds.empty()) { App::Instance()->UnSetFlag(20);