1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 16:46:51 +02:00

Code cleanup continues...

This commit is contained in:
KHobbits
2011-11-18 18:07:28 +00:00
parent 6da2c69e3f
commit b42ee56807
33 changed files with 406 additions and 13 deletions

View File

@@ -67,6 +67,7 @@ public class Teleport implements Runnable
this.chargeFor = chargeFor;
}
@Override
public void run()
{
@@ -106,7 +107,6 @@ public class Teleport implements Runnable
{
ess.showError(user.getBase(), ex, "teleport");
}
return;
}
catch (Exception ex)
{