diff --git a/WebContent/game.jsp b/WebContent/game.jsp index 6123ec0..913d632 100644 --- a/WebContent/game.jsp +++ b/WebContent/game.jsp @@ -109,6 +109,7 @@ HttpSession hSession = request.getSession(true); line; well now, you can uncheck a box up at the top right and they'll stop bouncing around.
  • /sync chat command to re-sync the current game state without reloading the page. It should be harder to de-sync the client now, as well.
  • +
  • Users are removed from the server if they have not done anything for an hour.
  • Several more bug fixes and back-end improvements.
  • The Fourth Expansion is up.
  • diff --git a/WebContent/index.jsp b/WebContent/index.jsp index 624aa01..d614a55 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -67,6 +67,7 @@ to, for instance, display the number of connected players. line; well now, you can uncheck a box up at the top right and they'll stop bouncing around.
  • /sync chat command to re-sync the current game state without reloading the page. It should be harder to de-sync the client now, as well.
  • +
  • Users are removed from the server if they have not done anything for an hour.
  • Several more bug fixes and back-end improvements.
  • The Fourth Expansion is up.