mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 05:01:41 +00:00
Added a small check just in case...
This commit is contained in:
parent
ecffd0bea6
commit
08504dcbe2
1 changed files with 1 additions and 0 deletions
|
@ -763,6 +763,7 @@ public:
|
|||
else if (goodbyestr[0] == '$')
|
||||
{
|
||||
goodbyestr = GStrings(goodbyestr + 1);
|
||||
if (goodbyestr == nullptr) goodbyestr = "Bye.";
|
||||
}
|
||||
mResponses.Push(mResponseLines.Size());
|
||||
mResponseLines.Push(FString(goodbyestr));
|
||||
|
|
Loading…
Reference in a new issue