mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Fix unbanning players who don't have user files.
This commit is contained in:
parent
a753f322df
commit
5ca9927987
2 changed files with 13 additions and 4 deletions
|
@ -252,7 +252,7 @@ public class Util
|
|||
{
|
||||
y = 127;
|
||||
x += 1;
|
||||
if (x - 16 > loc.getBlockX())
|
||||
if (x - 32 > loc.getBlockX())
|
||||
{
|
||||
throw new Exception(Util.i18n("holeInFloor"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue