mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
[Client] Some tabs have been killed in GUIChat
This commit is contained in:
parent
8f9b831662
commit
f8a25747ba
@ -69,14 +69,14 @@ namespace mwmp
|
||||
{
|
||||
const std::string &cm = mCommandLine->getOnlyText();
|
||||
|
||||
// If they enter nothing, then it should be canceled.
|
||||
// Otherwise, there's no way of closing without having text.
|
||||
if (cm.empty())
|
||||
{
|
||||
mCommandLine->setCaption("");
|
||||
SetEditState(0);
|
||||
return;
|
||||
}
|
||||
// If they enter nothing, then it should be canceled.
|
||||
// Otherwise, there's no way of closing without having text.
|
||||
if (cm.empty())
|
||||
{
|
||||
mCommandLine->setCaption("");
|
||||
SetEditState(0);
|
||||
return;
|
||||
}
|
||||
|
||||
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Player: %s", cm.c_str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user