mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Updated mongodb driver to 3.7.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package net.simon987.pluginradioactivecloud;
|
||||
|
||||
import com.mongodb.DBObject;
|
||||
import net.simon987.server.ServerConfiguration;
|
||||
import net.simon987.server.game.GameObject;
|
||||
import net.simon987.server.io.GameObjectDeserializer;
|
||||
import net.simon987.server.logging.LogManager;
|
||||
import net.simon987.server.plugin.ServerPlugin;
|
||||
import org.bson.Document;
|
||||
|
||||
public class RadioactiveCloudPlugin extends ServerPlugin implements GameObjectDeserializer {
|
||||
|
||||
@@ -16,7 +16,7 @@ public class RadioactiveCloudPlugin extends ServerPlugin implements GameObjectDe
|
||||
}
|
||||
|
||||
@Override
|
||||
public GameObject deserializeObject(DBObject object) {
|
||||
public GameObject deserializeObject(Document object) {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user