mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix unknown command message not providing number of cmd
This commit is contained in:
@@ -1779,7 +1779,7 @@ void GenericCAO::processMessage(const std::string &data)
|
|||||||
} else {
|
} else {
|
||||||
warningstream << FUNCTION_NAME
|
warningstream << FUNCTION_NAME
|
||||||
<< ": unknown command or outdated client \""
|
<< ": unknown command or outdated client \""
|
||||||
<< cmd << std::endl;
|
<< +cmd << "\"" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user