mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-03 22:37:41 +01:00
Remove invulnerable from 1.8
This commit is contained in:
parent
7c67f8dbf0
commit
92cdeae938
@ -97,7 +97,8 @@ public class EntityUtils {
|
|||||||
newEntity.setVelocity(toClone.getVelocity());
|
newEntity.setVelocity(toClone.getVelocity());
|
||||||
}
|
}
|
||||||
|
|
||||||
newEntity.setInvulnerable(false);
|
if (ServerVersion.isServerVersionAtLeast(ServerVersion.V1_12))
|
||||||
|
newEntity.setInvulnerable(false);
|
||||||
|
|
||||||
for (String checkStr : checks) {
|
for (String checkStr : checks) {
|
||||||
Check check = Check.valueOf(checkStr);
|
Check check = Check.valueOf(checkStr);
|
||||||
|
Loading…
Reference in New Issue
Block a user