mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-31 21:07:47 +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.setInvulnerable(false);
|
||||
if (ServerVersion.isServerVersionAtLeast(ServerVersion.V1_12))
|
||||
newEntity.setInvulnerable(false);
|
||||
|
||||
for (String checkStr : checks) {
|
||||
Check check = Check.valueOf(checkStr);
|
||||
|
Loading…
Reference in New Issue
Block a user