mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-24 22:44:09 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(player.getLocation().distanceSquared(location) <= (landmine.radius * landmine.radius)))
|
if (player.getLocation().distanceSquared(location) > (landmine.radius * landmine.radius))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue