mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-3456: Expand calling of ServerCommandEvent
Existing usage preserved by checking sender.
This commit is contained in:
parent
1b414f0247
commit
a4b56a40cf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import org.bukkit.event.Cancellable;
|
|||
import org.bukkit.event.HandlerList;
|
||||
|
||||
/**
|
||||
* This event is called when a command is run from the server console. It is
|
||||
* This event is called when a command is run by a non-player. It is
|
||||
* called early in the command handling process, and modifications in this
|
||||
* event (via {@link #setCommand(String)}) will be shown in the behavior.
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Reference in a new issue