Freak not out if we're being unstreamed on a Java client.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@486 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-11-10 01:35:02 +00:00
parent 100a7e069a
commit 265cf43941
@@ -374,7 +374,7 @@ public class EZGameObject extends GameObject
*/ */
boolean isOnServer () boolean isOnServer ()
{ {
return _omgr.isManager(this); return (_omgr != null) && _omgr.isManager(this);
} }
/** The current state of game data. /** The current state of game data.