implement KraSocketClient

master
Alex 2021-12-27 12:22:56 +01:00
parent 418e5c9a7c
commit 9a1eebf959
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
<dependency> <dependency>
<groupId>earth.krakatoa</groupId> <groupId>earth.krakatoa</groupId>
<artifactId>KraSocketClient</artifactId> <artifactId>KraSocketClient</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.2-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -61,7 +61,7 @@ public class KrakatoaAPI extends JavaPlugin {
} catch (URISyntaxException e) { } catch (URISyntaxException e) {
e.printStackTrace(); e.printStackTrace();
} }
this.mongoManager = new MongoManager(this.configHandler.getMongodbHost(), this.mongoManager = new MongoManager(this.configHandler.getMongodbHost(),
this.configHandler.getMongodbPort(), this.configHandler.getMongodbUsername(), this.configHandler.getMongodbPort(), this.configHandler.getMongodbUsername(),
this.configHandler.getMongodbPassword()); this.configHandler.getMongodbPassword());