Windows moment

Windows deprecated when
This commit is contained in:
Lion Kortlepel
2022-04-28 14:58:07 +02:00
parent ca52d233c0
commit 3b2016d09f

View File

@@ -97,14 +97,6 @@ void TConsole::BackupOldLog() {
}
}
enum EscState {
None,
Escape,
FeSeqStart,
FeSeqMid,
SeqEnd
};
void TConsole::StartLoggingToFile() {
mLogFileStream.open("Server.log");
Application::Console().Internal().on_write = [this](const std::string& ToWrite) {