diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js index 459dede27..87248b525 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js @@ -35,7 +35,7 @@ var GempLotrHallUI = Class.extend({ if (xhr.status == 401) { that.chat.appendMessage("Game hall problem - You're not logged in, go to the main page to log in", "warningMessage"); return; - } else { + } else if (xhr.status != 504) { that.chat.appendMessage("The game hall had a problem communicating with the server (" + xhr.status + "), no new updates will be displayed.", "warningMessage"); that.chat.appendMessage("Reload the browser page (press F5) to resume the game hall functionality.", "warningMessage"); return;