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

Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff

This commit is contained in:
Iaccidentally
2013-11-06 21:22:32 -05:00
parent a0efe4bd69
commit ed89f048a3
65 changed files with 432 additions and 443 deletions

View File

@@ -102,6 +102,7 @@ public class Teleport implements net.ess3.api.ITeleport
//The teleportPlayer function is used when you want to normally teleportPlayer someone to a location or player.
//This method is nolonger used internally and will be removed.
@Deprecated
@Override
public void teleport(Location loc, Trade chargeFor) throws Exception
{
teleport(loc, chargeFor, TeleportCause.PLUGIN);