diff --git a/scripts/client/gui.js b/scripts/client/gui.js index 33b3b0d2..ddcd6ab5 100644 --- a/scripts/client/gui.js +++ b/scripts/client/gui.js @@ -421,4 +421,11 @@ addNetworkHandler("vrr.guiInit", function() { triggerNetworkEvent("vrr.guiReady", true); }); +// =========================================================================== + +function hideAllGUI() { + closeAllWindows(); + setChatWindowEnabled(true); +} + // =========================================================================== \ No newline at end of file