save the player in the database again when the player leaves the server
parent
88c35ce447
commit
1d7b2eea06
|
@ -43,7 +43,7 @@ public class PlayerDisconnectListener implements Listener {
|
|||
}
|
||||
}); */
|
||||
|
||||
Bson updates = Updates.combine(Updates.currentTimestamp("lastUpdated"));
|
||||
Bson updates = Updates.combine(Updates.set("voiceWebCode", "arxvdpfJ"));
|
||||
|
||||
UpdateOptions options = new UpdateOptions().upsert(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue