mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-04 10:36:01 +00:00
Lua: Kick properly (with ClientKick), add chat message printing
This commit is contained in:
@@ -107,7 +107,6 @@ TConsole::TConsole() {
|
||||
void TConsole::Write(const std::string& str) {
|
||||
auto ToWrite = GetDate() + str;
|
||||
mCommandline.write(ToWrite);
|
||||
// TODO write to logfile, too
|
||||
}
|
||||
|
||||
void TConsole::WriteRaw(const std::string& str) {
|
||||
|
||||
Reference in New Issue
Block a user