From c1e034113afb9adcd872cb7e6f4ba488517eb44a Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sat, 3 Dec 2011 20:23:57 +0000 Subject: [PATCH] Message. --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 6ba82f798..7a8356e95 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -122,7 +122,7 @@ $("#latestNews").append("Sets 01-10 are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); - $("#latestNews").append("
Sorry for the random disconnects, my connection is like that sometime. During the weekend I'll look into moving the service to some hosting."); + $("#latestNews").append("
The service is running on a hosted server, lets keep fingers crossed this works out fine."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true); chat.setBounds(2, 2, 780 - 4, 200 - 4);