mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
*Fix broken windows console command. By CRAZyBUg
--HG-- branch : trunk
This commit is contained in:
@@ -428,8 +428,8 @@ void CliRunnable::run()
|
||||
continue;
|
||||
}
|
||||
fflush(stdout);
|
||||
#if PLATFORM != WINDOWS
|
||||
sWorld.QueueCliCommand(&utf8print,command.c_str());
|
||||
#if PLATFORM != WINDOWS
|
||||
add_history(command.c_str());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user