aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/CommandLine
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/worldserver/CommandLine')
-rwxr-xr-xsrc/server/worldserver/CommandLine/CliRunnable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp
index a7775291834..957191c693a 100755
--- a/src/server/worldserver/CommandLine/CliRunnable.cpp
+++ b/src/server/worldserver/CommandLine/CliRunnable.cpp
@@ -600,14 +600,14 @@ void CliRunnable::run()
if (!*command_str)
{
- #if PLATFORM == WINDOWS
+ #if PLATFORM == PLATFORM_WINDOWS
printf("TC>");
#endif
continue;
}
std::string command;
- if (!consoleToUtf8(command_str,command)) // convert from console encoding to utf8
+ if (!consoleToUtf8(command_str, command)) // convert from console encoding to utf8
{
#if PLATFORM == PLATFORM_WINDOWS
printf("TC>");