Minor - Add datasource test, minor code householding

This commit is contained in:
ljacqu
2016-02-27 21:11:35 +01:00
parent b916c9b2be
commit 5fce849ce7
5 changed files with 20 additions and 5 deletions
@@ -6,7 +6,7 @@ import org.bukkit.event.HandlerList;
/**
* This event is called when a player uses the /login command with correct credentials.
* {@link #setCanLogin(boolean) <code>event.setCanLogin(false)</code>} prevents the player from logging in.
* {@link #setCanLogin(boolean) event.setCanLogin(false)} prevents the player from logging in.
*/
public class AuthMeAsyncPreLoginEvent extends CustomEvent {