Updated events to choose the best platform for certain tasks.
This commit is contained in:
@@ -31,13 +31,4 @@ import com.sk89q.worldedit.extension.platform.Actor;
|
||||
@Deprecated
|
||||
public abstract class LocalPlayer extends AbstractPlayerActor {
|
||||
|
||||
/**
|
||||
* Construct the object.
|
||||
*
|
||||
* @param server A reference to the server this player is on
|
||||
*/
|
||||
protected LocalPlayer(ServerInterface server) {
|
||||
super(server);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user