This commit is contained in:
Boos 2012-01-30 06:50:52 +01:00
parent 4084a73437
commit cac70e0a01
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import org.bukkit.event.entity.EntityListener;
import util.boosChat;
@SuppressWarnings("deprecation")
public class boosCoolDownEntityListener extends EntityListener {
@SuppressWarnings("unused")
private final boosCoolDown plugin;

View File

@ -14,6 +14,7 @@ import util.boosChat;
//import org.bukkit.event.entity.EntityDamageEvent;
@SuppressWarnings("deprecation")
public class boosCoolDownPlayerListener extends PlayerListener {
private final boosCoolDown plugin;
private static ConcurrentHashMap<String, Location> playerloc = new ConcurrentHashMap<String, Location>();