mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Remove extra home check.
This commit is contained in:
parent
e61fa58d2b
commit
ef608c7595
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public class Commandhome extends EssentialsCommand
|
|||
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
|
||||
{
|
||||
final Trade charge = new Trade(this.getName(), ess);
|
||||
charge.isAffordableFor(user);
|
||||
User player = user;
|
||||
String homeName = "";
|
||||
String[] nameParts;
|
||||
|
|
Loading…
Reference in a new issue