mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Logging] Remove function prefixes (#2766)
This commit is contained in:
+1
-1
@@ -792,7 +792,7 @@ float Mob::GetFixedZ(const glm::vec3 &destination, int32 z_find_offset) {
|
||||
|
||||
auto duration = timer.elapsed();
|
||||
|
||||
LogFixZ("Mob::GetFixedZ() ([{}]) returned [{}] at [{}], [{}], [{}] - Took [{}]",
|
||||
LogFixZ("[{}] returned [{}] at [{}] [{}] [{}] - Took [{}]",
|
||||
GetCleanName(),
|
||||
new_z,
|
||||
destination.x,
|
||||
|
||||
Reference in New Issue
Block a user