mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Changed #loc to report the same precision as /loc for Cartesians
This commit is contained in:
+1
-1
@@ -4692,7 +4692,7 @@ void command_loc(Client *c, const Seperator *sep)
|
||||
{
|
||||
Mob *t=c->GetTarget()?c->GetTarget():c->CastToMob();
|
||||
|
||||
c->Message(0, "%s's Location (XYZ): %1.1f, %1.1f, %1.1f; heading=%1.1f", t->GetName(), t->GetX(), t->GetY(), t->GetZ(), t->GetHeading());
|
||||
c->Message(0, "%s's Location (XYZ): %1.2f, %1.2f, %1.2f; heading=%1.1f", t->GetName(), t->GetX(), t->GetY(), t->GetZ(), t->GetHeading());
|
||||
}
|
||||
|
||||
void command_goto(Client *c, const Seperator *sep)
|
||||
|
||||
Reference in New Issue
Block a user