mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-27 03:04:43 +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