Update server
authorunc0rr
Sun, 18 Oct 2009 14:44:16 +0000
changeset 2551 01eb81cd3198
parent 2550 3f84392522cf
child 2552 3cbc3d90675b
Update server
gameServer/Actions.hs
gameServer/CoreTypes.hs
--- a/gameServer/Actions.hs	Sun Oct 18 14:44:06 2009 +0000
+++ b/gameServer/Actions.hs	Sun Oct 18 14:44:16 2009 +0000
@@ -116,7 +116,7 @@
 	return (clID, serverInfo, clients, rooms)
 	where
 		client = clients ! clID
-		message = if clientProto client < 27 then
+		message = if clientProto client < 29 then
 			serverMessageForOldVersions
 			else
 			serverMessage
--- a/gameServer/CoreTypes.hs	Sun Oct 18 14:44:06 2009 +0000
+++ b/gameServer/CoreTypes.hs	Sun Oct 18 14:44:16 2009 +0000
@@ -141,7 +141,7 @@
 	ServerInfo
 		True
 		"<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
-		"<font color=yellow><h3>Hedgewars 0.9.11 is out! Please, update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></p><h4>New features are:</h4><ul><li>Speech bubbles</li><li>New game modes</li><li>Sniper rifle</li><li>...</li></ul></font>"
+		"<font color=yellow><h3>Hedgewars 0.9.12 is out! Please, update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
 		46631
 		0
 		""