mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix unknown command message not providing number of cmd
This commit is contained in:
parent
c57b4ff9b5
commit
b9c1a758a1
@ -1779,7 +1779,7 @@ void GenericCAO::processMessage(const std::string &data)
|
||||
} else {
|
||||
warningstream << FUNCTION_NAME
|
||||
<< ": unknown command or outdated client \""
|
||||
<< cmd << std::endl;
|
||||
<< +cmd << "\"" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user