mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-22 21:53:35 +00:00
FS-27
This commit is contained in:
parent
06025b2e69
commit
0c12a19d1d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class Landminer extends FreedomService
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!(player.getLocation().distanceSquared(location) <= (landmine.radius * landmine.radius)))
|
||||
if (player.getLocation().distanceSquared(location) > (landmine.radius * landmine.radius))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue