PlayFab / gsdk

Game Server SDK for PlayFab Multiplayer Servers
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/
Apache License 2.0
146 stars 115 forks source link

fix #ifs to remove unreachable code #172

Closed tculotta closed 5 months ago

tculotta commented 5 months ago

UE 5.4 seems to treat "unreachable code" warnings as errors now. These #ifs are now aligned with the other config value getters that already have proper #if usage.