mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 23:06:08 +00:00
add debug print to diagnose crash
This commit is contained in:
@@ -36,7 +36,8 @@ std::string GetDate() {
|
||||
<< " ";
|
||||
}
|
||||
*/
|
||||
return date.str();
|
||||
warn(date.rdbuf()->str());
|
||||
return std::string(date.str());
|
||||
}
|
||||
|
||||
TConsole::TConsole() {
|
||||
|
||||
Reference in New Issue
Block a user