Wrapped long line.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3941 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -579,7 +579,8 @@ public class GameManager extends PlaceManager
|
|||||||
{
|
{
|
||||||
// first resign the player from the game
|
// first resign the player from the game
|
||||||
int pidx = IntListUtil.indexOf(_playerOids, bodyOid);
|
int pidx = IntListUtil.indexOf(_playerOids, bodyOid);
|
||||||
if (pidx != -1 && _gameobj.isInPlay() && _gameobj.isActivePlayer(pidx)) {
|
if (pidx != -1 && _gameobj.isInPlay() &&
|
||||||
|
_gameobj.isActivePlayer(pidx)) {
|
||||||
// end the player's game if they bail on an in-progress game
|
// end the player's game if they bail on an in-progress game
|
||||||
endPlayerGame(pidx);
|
endPlayerGame(pidx);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user