Added @Ignore to TestPlayer.

Stupid old mavens...
This commit is contained in:
TomyLobo 2012-04-23 11:07:05 +02:00
parent bab420a359
commit 18b5a4e106

View File

@ -24,6 +24,7 @@
import com.sk89q.worldedit.Vector;
import com.sk89q.worldguard.LocalPlayer;
@org.junit.Ignore
public class TestPlayer extends LocalPlayer {
private String name;
private Set<String> groups = new HashSet<String>();