Windows moment

Windows deprecated when
This commit is contained in:
Lion Kortlepel 2022-04-28 14:58:07 +02:00
parent 88f1976668
commit ed03096cf5
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

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) {