mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 09:52:57 +00:00
Fix Essentials /sethome to more strictly obey home limits.
This commit is contained in:
parent
cc0a65bace
commit
a2886d76d2
4 changed files with 48 additions and 55 deletions
|
@ -51,7 +51,7 @@ public class UserTest extends TestCase
|
|||
{
|
||||
User user = ess.getUser(base1);
|
||||
Location loc = base1.getLocation();
|
||||
user.setHome();
|
||||
user.setHome("home", loc);
|
||||
OfflinePlayer base2 = server.createPlayer(base1.getName(), ess);
|
||||
User user2 = ess.getUser(base2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue