Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
@@ -28,6 +28,6 @@ public class ServerListener implements Listener {
|
||||
*
|
||||
* @param event Relevant event details
|
||||
*/
|
||||
public void onServerCommand(PluginEvent event) {
|
||||
public void onServerCommand(ServerCommandEvent event) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user