Corrected description of CommandSender.getServer()

By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
Bukkit/Spigot 2011-03-12 17:55:55 +00:00
parent 2465a33543
commit 9bb9985c21

View file

@ -28,7 +28,7 @@ public interface CommandSender {
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
*/