mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
still a little fix!
This commit is contained in:
@ -577,7 +577,7 @@ struct TextDestChat : public TextDest
|
||||
std::wstring reply = L"Local: ";
|
||||
|
||||
reply += L"Local commands not yet supported. "
|
||||
"Server prefix is \"/#\".";
|
||||
L"Server prefix is \"/#\".";
|
||||
|
||||
m_client->addChatMessage(reply);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user