Correct LoginListener comment.

This commit is contained in:
Major-
2014-02-15 21:52:30 +00:00
parent 7efa7690ab
commit eb4a655649
+1 -1
View File
@@ -3,7 +3,7 @@ package org.apollo.game.login;
import org.apollo.game.model.Player; import org.apollo.game.model.Player;
/** /**
* An interface that should be implemented for actions that should be executed when the player logs in. * A class that should be extended for actions that should be executed when the player logs in.
* *
* @author Major * @author Major
*/ */