mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Corrected description of CommandSender.getServer()
By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
parent
2465a33543
commit
9bb9985c21
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public interface CommandSender {
|
||||||
public boolean isPlayer();
|
public boolean isPlayer();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the server instance that this player is running through
|
* Returns the server instance that this command is running on
|
||||||
*
|
*
|
||||||
* @return Server instance
|
* @return Server instance
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue