mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-25 08:51:33 +01:00
floating point division
This commit is contained in:
parent
251a193195
commit
51bb15a4f0
@ -339,7 +339,7 @@ public class Island {
|
||||
}
|
||||
|
||||
public double getRadius() {
|
||||
return (size / 2) + 0.5;
|
||||
return (size / 2d) + 0.5d;
|
||||
}
|
||||
|
||||
public boolean hasPassword() {
|
||||
|
Loading…
Reference in New Issue
Block a user