mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 18:47:44 +01:00
Fixed error in a test.
This commit is contained in:
parent
3985e157d9
commit
2f12da6bc6
@ -47,7 +47,7 @@ public class ApplicableRegionSetTest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
manager = new FlatRegionManager();
|
manager = new FlatRegionManager(new GlobalFlags());
|
||||||
|
|
||||||
setUpPlayers();
|
setUpPlayers();
|
||||||
setUpCourtyardRegion();
|
setUpCourtyardRegion();
|
||||||
|
Loading…
Reference in New Issue
Block a user