How did that get there..

This commit is contained in:
CypherX 2011-04-18 20:29:31 -04:00
parent 2f57eaef54
commit b2da63abdb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import org.bukkit.entity.Player;
import org.bukkit.event.block.*;
/**
* Authenticate block listener
* Handle events for all Block related events
* @author CypherX
*/
public class xAuthBlockListener extends BlockListener

View File

@ -4,7 +4,7 @@ import org.bukkit.entity.*;
import org.bukkit.event.entity.*;
/**
* Authenticate entity listener
* Handle events for all Entity related events
* @author CypherX
*/
public class xAuthEntityListener extends EntityListener