Finalising merge with head
By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
package org.bukkit.event.server;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
|
||||
/**
|
||||
* Server Command events
|
||||
*/
|
||||
public class ServerCommandEvent extends Event {
|
||||
public ServerCommandEvent(final Type type) {
|
||||
super(type);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user