Closed jsmidmfg closed 11 months ago
The deserialization of Leaves didn't save data into the array Leaves. (the copy-paste mistake) I fixed this in https://github.com/heroiclabs/nakama-unreal/pull/113/commits/84e645bb7de46c98150a9f4348d41b39fe6f679e
The deserialization in the constructor of FNakamaStatusPresenceEvent added all statuses into Joins (as new statuses). The array Leaves is always empty.