heroiclabs / nakama-unreal

Unreal client for Nakama server.
Apache License 2.0
205 stars 62 forks source link

FNakamaStatusPresenceEvent->Leaves always empty #114

Closed jsmidmfg closed 11 months ago

jsmidmfg commented 11 months ago

The deserialization in the constructor of FNakamaStatusPresenceEvent added all statuses into Joins (as new statuses). The array Leaves is always empty.

jsmidmfg commented 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