Moved the announcement of a leaving player to the client, and to yohoho,

where the announcement of an entering player is.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3577 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-05-25 20:54:34 +00:00
parent ccbd38f255
commit 6e0d417169
@@ -574,15 +574,6 @@ public abstract class PuzzleManager extends GameManager
}
}
}
if (_puzobj.state != PuzzleObject.GAME_OVER) {
// inform remaining users that the user left
BodyObject user = (BodyObject)CrowdServer.omgr.getObject(bodyOid);
if (user != null) {
systemMessage(MessageBundle.tcompose(
"m.user_left", user.username));
}
}
}
/**