Deprecation cleanup.
This commit is contained in:
@@ -10,8 +10,7 @@ import org.bukkit.event.Event;
|
||||
public abstract class PlayerEvent extends Event {
|
||||
protected Player player;
|
||||
|
||||
public PlayerEvent(final Event.Type type, final Player who) {
|
||||
super(type);
|
||||
public PlayerEvent(final Player who) {
|
||||
player = who;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user