Fix message being sent to users of 0.9.10 0.9.10-release
authorunc0rr
Mon, 13 Apr 2009 15:52:31 +0000
changeset 1994 990f341a2332
parent 1993 66ac34be63d1
child 1995 fd60c67489c2
Fix message being sent to users of 0.9.10
gameServer/Actions.hs
--- a/gameServer/Actions.hs	Mon Apr 13 15:35:35 2009 +0000
+++ b/gameServer/Actions.hs	Mon Apr 13 15:52:31 2009 +0000
@@ -103,7 +103,7 @@
 		message = if clientProto client < 25 then
 			serverMessageForOldVersions
 			else
-			serverMessageForOldVersions
+			serverMessage
 
 
 processAction (clID, serverInfo, clients, rooms) (ProtocolError msg) = do