Beans/frank as pointed out by Ray.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@521 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -62,7 +62,7 @@ public class EZGameController extends GameController
|
|||||||
// if we're not a player, we don't need to report anything to the server
|
// if we're not a player, we don't need to report anything to the server
|
||||||
var bobj :BodyObject = (_ctx.getClient().getClientObject() as BodyObject);
|
var bobj :BodyObject = (_ctx.getClient().getClientObject() as BodyObject);
|
||||||
if (_gconfig.getMatchType() != GameConfig.PARTY &&
|
if (_gconfig.getMatchType() != GameConfig.PARTY &&
|
||||||
_gobj.getPlayerIndex(bobj.getVisibleName()) != -1) {
|
_gobj.getPlayerIndex(bobj.getVisibleName()) == -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user