mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-25 10:44:37 +01:00
Mark new vampire survivor cards
This commit is contained in:
@@ -218,7 +218,7 @@ public final class DatabaseManager {
|
||||
.update(opt, UpdateOperators.set(field, item));
|
||||
}
|
||||
|
||||
public void addToList(Object obj, int uid, String field, Object item) {
|
||||
public void addToSet(Object obj, int uid, String field, Object item) {
|
||||
var opt = new UpdateOptions().upsert(false);
|
||||
|
||||
getDatastore().find(obj.getClass())
|
||||
|
||||
Reference in New Issue
Block a user