diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 2e8d3761d..1ad06acb1 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -132,7 +132,7 @@ struct LocalFormspecHandler : public TextDest m_client = client; } - void gotText(std::string message) { + void gotText(std::wstring message) { errorstream << "LocalFormspecHandler::gotText old style message received" << std::endl; } |