mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Remove redundant code
This commit is contained in:
@@ -80,10 +80,6 @@ public class AntiDerailment extends BasicHack {
|
||||
Block block = e.getTo().getBlock();
|
||||
if (Tag.RAILS.isTagged(block.getType())) {
|
||||
previousTickMinecartVelocity.put(minecart, minecart.getVelocity());
|
||||
|
||||
if (e.getTo().getY() < e.getFrom().getY()) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user