Core/Packets: Fix typo (meh @Intelz)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user