mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-31 19:45:26 +02:00
delegate to hashCode directly instead of single parameter calls
This commit is contained in:
@@ -97,7 +97,7 @@ public class BukkitWorld implements World<org.bukkit.World> {
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hash(world);
|
||||
return world.hashCode();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user