Skip to content

Commit 326bfa5

Browse files
committed
fix mac
1 parent 9fdb186 commit 326bfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/CResourceMapItem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void CResourceMapItem::HandleNode(CXMLNode& Node, CElement* pParent)
196196

197197
if (minClientVersion < CMtaVersion(SERVERSIDE_BUILDING_MIN_CLIENT_VERSION))
198198
{
199-
CLogger::LogPrintf("Resource %s should have client min_mta_version higher or equal than %s\n", m_resource->GetName(),
199+
CLogger::LogPrintf("Resource %s should have client min_mta_version higher or equal than %s\n", m_resource->GetName().c_str(),
200200
SERVERSIDE_BUILDING_MIN_CLIENT_VERSION);
201201
break;
202202
}

0 commit comments

Comments
 (0)