13
0
geforkt von Mirrors/Paper

Corrected description of CommandSender.getServer()

By: stevenh <steven.hartland@multiplay.co.uk>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-03-12 17:55:55 +00:00
Ursprung 2465a33543
Commit 9bb9985c21

Datei anzeigen

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