Core/Packets: Fix typo (meh @Intelz)

This commit is contained in:
Vincent-Michael
2014-12-19 22:14:18 +01:00
parent 9fefd963b3
commit 2721cf8340
+1 -1
View File
@@ -107,7 +107,7 @@ void OpcodeTable::ValidateAndSetServerOpcode(OpcodeServer opcode, char const* na
if (IsInstanceOnlyOpcode(opcode) && conIdx != CONNECTION_TYPE_INSTANCE)
{
TC_LOG_ERROR("network", "Tried to set invalid connection type %u for instance only opcode %u", conIdx, name);
TC_LOG_ERROR("network", "Tried to set invalid connection type %u for instance only opcode %s", conIdx, name);
return;
}