Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
90d8492d9a
Commit
0edbe4be94
@ -201,7 +201,7 @@ public class Hull {
|
||||
while(rit.hasNext()) {
|
||||
REntity entity = rit.next();
|
||||
if(uncoveredSet.contains(new IntVector(new Location(Config.world, entity.getX(), entity.getY(), entity.getZ())))) { //TODO more precise
|
||||
it.remove();
|
||||
rit.remove();
|
||||
entity.hide(false);
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren