mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Fix log message in Networking::Update()
This commit is contained in:
parent
31c372a0e7
commit
d110834ee7
@ -85,7 +85,7 @@ void Networking::Update()
|
|||||||
|
|
||||||
if (!errmsg.empty()) {
|
if (!errmsg.empty()) {
|
||||||
|
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_ERROR, "%s", errmsg);
|
LOG_MESSAGE_SIMPLE(Log::LOG_ERROR, "%s", errmsg.c_str());
|
||||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "tes3mp", errmsg.c_str(), 0);
|
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "tes3mp", errmsg.c_str(), 0);
|
||||||
MWBase::Environment::get().getStateManager()->requestQuit();
|
MWBase::Environment::get().getStateManager()->requestQuit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user