if (e != null) { // we may not have this entity due to double blind
e.setSeenByEnemy(packet.getBooleanValue(1));
e.setVisibleToEnemy(packet.getBooleanValue(2));
// this next call is only needed sometimes, but we'll just
// call it everytime
game.processGameEvent(new GameEntityChangeEvent(this, e));
}
}