Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
163 stars 52 forks source link

Fixed router port whitelist after save reload #124

Closed Popax21 closed 3 years ago

Popax21 commented 3 years ago

Currently the bIsPortWhiteList boolean is not saved to the save file. This causes all routers to enter the port blacklist mode after a reload of the save game, which causes previously open ports to become closed. This patch adds the same SaveGame property to the boolean which the bIsAddrWhitelist (which is not affected by this issue) also has.