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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user