Fix merge error, Add correct dependency versions

This commit is contained in:
Eric Stokes 2012-10-22 17:22:33 -06:00
parent 5ed049d6b0
commit 95ee1d731c
2 changed files with 4 additions and 4 deletions

View File

@ -286,15 +286,15 @@
<!-- Start DynMap Dependency -->
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>DynmapCore</artifactId>
<version>0.34.1</version>
<artifactId>DynmapCoreAPI</artifactId>
<version>1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap</artifactId>
<version>0.34.1</version>
<version>1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

View File

@ -124,7 +124,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core, Listen
private static Map<String, String> teleportQueue = new HashMap<String, String>();
private AnchorManager anchorManager = new AnchorManager(this);
private MultiverseCoreConfiguration config;
private DynmapConnector dynmapConnecter;
private volatile MultiverseCoreConfiguration config;
@ -1328,6 +1327,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core, Listen
public void setDynmap() {
this.dynmapConnecter = new DynmapConnector(this.getServer().getPluginManager().getPlugin("dynmap"), this);
}
@Override
public Buscript getScriptAPI() {