9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Set all entities to persistent closes #348

This commit is contained in:
DanLT
2021-05-09 08:08:13 -08:00
parent 28e809f92f
commit 601d4e1f48
2 changed files with 1 additions and 97 deletions

View File

@@ -149,6 +149,7 @@ public class IrisEntity extends IrisRegistrant
e.setGravity(isGravity());
e.setInvulnerable(isInvulnerable());
e.setSilent(isSilent());
e.setPersistent(true);
int gg = 0;
for(IrisEntity i : passengers)