From 32ce3667a32d7a762f25c862ed9fa2eac791be5a Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sat, 31 Oct 2020 14:24:31 +0800 Subject: [PATCH] Fix FV --- ryzom/client/src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryzom/client/src/commands.cpp b/ryzom/client/src/commands.cpp index e64796b28..d756c938c 100644 --- a/ryzom/client/src/commands.cpp +++ b/ryzom/client/src/commands.cpp @@ -1344,7 +1344,7 @@ NLMISC_COMMAND(db, "Modify Database"," ") else pIM->displaySystemInfo(toString("DB '%s' does not exist.", args[0].c_str())); #else - pIM->displaySystemInfo(ucstring("Can't write to DB when in Final Version.")); + pIM->displaySystemInfo("Can't write to DB when in Final Version."); #endif } else if (size == 1)