Merge branch 'master' of github.com:MassiveCraft/Factions

This commit is contained in:
Brettflan 2012-02-22 13:36:35 -06:00
commit 8607f1c22d
2 changed files with 0 additions and 5 deletions

View File

@ -11,8 +11,6 @@ import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import com.massivecraft.factions.P;
// TODO: Only send blocks in visual range
// TODO: Only send blocks that where changed when clearing?
// TODO: Create packed queue to avoid freezes.

View File

@ -9,9 +9,6 @@ import java.util.logging.Logger;
import org.bukkit.Bukkit;
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 com.google.gson.Gson;