mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
fix: PlayerEnterPlotEvent (java doc) description (#4426)
Fixing event description
This commit is contained in:
parent
f88ea94bfe
commit
c65c9e7827
@ -24,7 +24,7 @@ import com.plotsquared.core.plot.Plot;
|
|||||||
public class PlayerEnterPlotEvent extends PlotPlayerEvent {
|
public class PlayerEnterPlotEvent extends PlotPlayerEvent {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a player leaves a plot.
|
* PlayerEnterPlotEvent: Called when a player enters a plot
|
||||||
*
|
*
|
||||||
* @param player Player that entered the plot
|
* @param player Player that entered the plot
|
||||||
* @param plot Plot that was entered
|
* @param plot Plot that was entered
|
||||||
|
Loading…
Reference in New Issue
Block a user