Corrected description of CommandSender.getServer()

This commit is contained in:
stevenh
2011-03-12 17:55:55 +00:00
parent 99df8e88c4
commit 55b14b63a4

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