FiguraMC / Figura

Extensively customize your character with Figura!
https://modrinth.com/mod/figura
GNU Lesser General Public License v2.1
225 stars 44 forks source link

network filter is reset on every game launch #238

Open Sandr-aa opened 1 month ago

Sandr-aa commented 1 month ago

Bug Description

The network filter is reset on every game start, tested with 0.15 RC 1

Reproduction Steps

  1. Add an network filter via the GUI or through figura.json:
    {
    "CONFIG_VERSION": 1,
    "allow_networking": true,
    "network_filter": [
    {
      "source": "127.0.0.1"
    }
    ]
    }
  2. Restart the Game, the network_filter data no longer exists:
    {
    "CONFIG_VERSION": 1,
    "allow_networking": true
    }

Log File

latest.log