Fix docs for PluginMessageEvent

This commit is contained in:
Steven Scott 2012-11-24 16:22:54 -08:00
parent f40592dee8
commit bfc0d3029e

View File

@ -4,7 +4,7 @@ import lombok.Data;
import net.md_5.bungee.UserConnection; import net.md_5.bungee.UserConnection;
/** /**
* Event called when the decision is made to decide which server to connect to. * Event called when a plugin message is sent to the client or server
*/ */
@Data @Data
public class PluginMessageEvent implements Cancellable public class PluginMessageEvent implements Cancellable