summaryrefslogtreecommitdiff
path: root/src/serverinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverinfo.h')
-rw-r--r--src/serverinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serverinfo.h b/src/serverinfo.h
index b317b87b..9a9eef1d 100644
--- a/src/serverinfo.h
+++ b/src/serverinfo.h
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id: serverinfo.h 1735 2005-09-13 22:56:29Z der_doener $
*/
#ifndef _TMW_SERVERINFO_
@@ -32,6 +32,7 @@ struct SERVER_INFO
short port;
std::string name;
short online_users;
+ std::string updateHost;
};
#endif