gameServer/HWProtoLobbyState.hs
changeset 2126 cb249fa8e3da
parent 1925 ec923e56c444
child 2150 45b695f3a7b9
--- a/gameServer/HWProtoLobbyState.hs	Wed May 27 03:56:17 2009 +0000
+++ b/gameServer/HWProtoLobbyState.hs	Wed May 27 15:29:30 2009 +0000
@@ -45,7 +45,7 @@
 	if haveSameRoom then
 		[Warning "Room exists"]
 	else
-		[RoomRemoveThisClient, -- leave lobby
+		[RoomRemoveThisClient "", -- leave lobby
 		AddRoom newRoom roomPassword,
 		AnswerThisClient ["NOT_READY", clientNick]
 		]
@@ -66,7 +66,7 @@
 	else if roomPassword /= password jRoom then
 		[Warning "Wrong password"]
 	else
-		[RoomRemoveThisClient, -- leave lobby
+		[RoomRemoveThisClient "", -- leave lobby
 		RoomAddThisClient rID] -- join room
 		++ answerNicks
 		++ answerReady