mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-06 18:49:34 +01:00
Fix some warnings in Eclipse
This commit is contained in:
parent
546ecd6a45
commit
92116bc929
@ -11,8 +11,6 @@ import org.bukkit.Location;
|
|||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
import com.massivecraft.factions.P;
|
|
||||||
|
|
||||||
// TODO: Only send blocks in visual range
|
// TODO: Only send blocks in visual range
|
||||||
// TODO: Only send blocks that where changed when clearing?
|
// TODO: Only send blocks that where changed when clearing?
|
||||||
// TODO: Create packed queue to avoid freezes.
|
// TODO: Create packed queue to avoid freezes.
|
||||||
|
@ -9,9 +9,6 @@ import java.util.logging.Logger;
|
|||||||
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.event.Event;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.plugin.PluginManager;
|
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
|
|
||||||
import com.google.gson.Gson;
|
import com.google.gson.Gson;
|
||||||
|
Loading…
Reference in New Issue
Block a user