Fix and clean up MapItemSavedData Spigot patch
It's been dysfunctional for a good while, though I don't think it's even needed. That can be investigated later
This commit is contained in:
@@ -857,7 +857,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
|
||||
@Override
|
||||
public void setPortalCooldown(int cooldown) {
|
||||
this.getHandle().setPortalCooldown(cooldown);;
|
||||
this.getHandle().setPortalCooldown(cooldown);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user