Fix chat window not being shown

This commit is contained in:
Vortrex
2022-05-30 07:36:45 -05:00
parent a64fb393c1
commit 72a4e8268e

View File

@@ -101,6 +101,8 @@ function closeAllWindows() {
guiRightKey = false;
guiUpKey = false;
guiDownKey = false;
setChatWindowEnabled(true);
}
// ===========================================================================