mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 18:47:44 +01:00
Added @Ignore to TestPlayer.
Stupid old mavens...
This commit is contained in:
parent
bab420a359
commit
18b5a4e106
@ -24,6 +24,7 @@
|
|||||||
import com.sk89q.worldedit.Vector;
|
import com.sk89q.worldedit.Vector;
|
||||||
import com.sk89q.worldguard.LocalPlayer;
|
import com.sk89q.worldguard.LocalPlayer;
|
||||||
|
|
||||||
|
@org.junit.Ignore
|
||||||
public class TestPlayer extends LocalPlayer {
|
public class TestPlayer extends LocalPlayer {
|
||||||
private String name;
|
private String name;
|
||||||
private Set<String> groups = new HashSet<String>();
|
private Set<String> groups = new HashSet<String>();
|
||||||
|
Loading…
Reference in New Issue
Block a user