mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
fix compile + use mutable vector for affine transform + fix bstats package
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package org.bstats.bukkit;
|
||||
package com.boydti.fawe.bukkit;
|
||||
|
||||
import com.boydti.fawe.Fawe;
|
||||
import org.bstats.bukkit.Metrics;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
|
@ -41,7 +41,6 @@ import com.boydti.fawe.util.TaskManager;
|
||||
import com.boydti.fawe.util.cui.CUI;
|
||||
import com.boydti.fawe.util.image.ImageViewer;
|
||||
import com.sk89q.worldedit.world.World;
|
||||
import org.bstats.bukkit.BStats;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.command.ConsoleCommandSender;
|
||||
import org.bukkit.command.PluginCommand;
|
||||
@ -269,7 +268,7 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
}
|
||||
|
||||
@Override public void startMetrics() {
|
||||
BStats bStats = new BStats(plugin);
|
||||
new BStats(plugin);
|
||||
}
|
||||
|
||||
public ItemUtil getItemUtil() {
|
||||
|
Reference in New Issue
Block a user