From 98f0d4df4928869bc7b50f99220b9b830fe66b1a Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:22:28 -0600 Subject: [PATCH] UpdateAdmin Linux build fix --- zone/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/client.cpp b/zone/client.cpp index cd58cfa7c..85d4b61dd 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -1502,7 +1502,7 @@ void Client::UpdateAdmin(bool iFromDB) { if(m_pp.gm) { - Log.Out(Logs::Moderate, Logs::Zone_Server, __FUNCTION__ " - %s is a GM", GetName()); + Log.Out(Logs::Moderate, Logs::Zone_Server, "%s - %s is a GM", __FUNCTION__ , GetName()); // no need for this, having it set in pp you already start as gm // and it's also set in your spawn packet so other people see it too // SendAppearancePacket(AT_GM, 1, false);