aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 21:31:04 +0000
committerGravatar Sadie Powell2026-03-02 21:31:04 +0000
commit6a2d85ae07564b7f096941b7f7e12c15f5465d61 (patch)
tree619fb2f5424c2ac2941463b0222beffc23122e20 /src/users.cpp
parentDisable service registration messages when not using a debug build. (diff)
Abolish FMT_PTR, this does the same for both formatters.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 94c283dce..ae08c0de8 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -210,7 +210,7 @@ Cullable::Result User::Cull()
if (!quitting)
{
ServerInstance->Logs.Debug("CULL", "BUG: User {} (@{}) was culled without being quit first!",
- uuid, FMT_PTR(this));
+ uuid, (void*)this);
ServerInstance->Users.QuitUser(this, "Culled without QuitUser");
}