Fixed error in a test.

This commit is contained in:
sk89q 2011-01-28 00:06:58 -08:00
parent 3985e157d9
commit 2f12da6bc6

View File

@ -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();