Corrected description of CommandSender.getServer()

This commit is contained in:
stevenh 2011-03-12 17:55:55 +00:00
parent e4a1008f8a
commit c47efb4986

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
*/