DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Feature/mdlistfix #111

Closed Beider closed 3 years ago

Beider commented 3 years ago

This fixes an issue where MDLists would not reset properly if they were being kept around for multiple sessions.

In my case I use MDList inside a godot autoload node, it sticks around between sessions but replication would fail after the first sessions.

Beider commented 3 years ago

There was a flaw in this solution, will come back with a different solution shortly