Skip to content

v4

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 20:19
· 29 commits to main since this release
1195f0d

Misc improvements to the code, most notably:

  • Removal of a JSON parser dependency (not really needed as C# has a built-in module for that).
  • Usage of ConcurrentDictionary to store player inventories (should fix some issues where players would join the server and don't get the skins initially).