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:
@@ -374,7 +374,7 @@ public class EZGameObject extends GameObject
|
||||
*/
|
||||
boolean isOnServer ()
|
||||
{
|
||||
return _omgr.isManager(this);
|
||||
return (_omgr != null) && _omgr.isManager(this);
|
||||
}
|
||||
|
||||
/** The current state of game data.
|
||||
|
||||
Reference in New Issue
Block a user