From 946cafd2b4205510a7676d879a00ce58c3975d5c Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 8 Jan 2013 14:36:23 +0000 Subject: [PATCH] For now setting the refresh interval back to 1s. --- gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/chat.js | 2 +- .../gemp-lotr-web/src/main/webapp/js/gemp-015/gameAnimations.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/chat.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/chat.js index 2ede13183..01c8af08d 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/chat.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/chat.js @@ -11,7 +11,7 @@ var ChatBoxUI = Class.extend({ maxMessageCount:500, talkBoxHeight:25, - chatUpdateInterval:100, + chatUpdateInterval:1000, playerListener:null, hiddenClasses:null, diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/gameAnimations.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/gameAnimations.js index db8fd381c..1b7517d76 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/gameAnimations.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-015/gameAnimations.js @@ -916,7 +916,7 @@ var GameAnimations = Class.extend({ setTimeout( function () { that.game.updateGameState(); - }, 100); + }, 1000); if (!animate) that.game.layoutUI(false);