1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-02 00:56:55 +02:00

Fixed manudelsub not correctly selecting the group to remove.

This commit is contained in:
ElgarL
2011-10-11 01:03:38 +01:00
parent 0410e8f851
commit 8aba67f610
13 changed files with 34 additions and 406 deletions

View File

@@ -256,7 +256,7 @@ public class Teleport implements Runnable
public void back() throws Exception
{
back(null);
now(new Target(user.getLastLocation()));
}
public void home(IUser user, String home, Trade chargeFor) throws Exception