1
0

Update Message stuff

Dieser Commit ist enthalten in:
yoyosource 2022-03-15 18:12:55 +01:00
Ursprung a78da0e2cf
Commit 1fd34f8ccd

Datei anzeigen

@ -90,7 +90,7 @@ public class Message {
if (current.get() != null) current.get().setParent(now);
if (now != null) {
current.set(now);
bundles.put(bundleKey, now);
bundles.putIfAbsent(bundleKey, now);
}
}