Compare commits

..

No commits in common. "9fe4613be72384ea74cb56eb07f366cc79c3a5c2" and "8417003ea736838a77aee9173106278a641d3435" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View File

@ -5,22 +5,11 @@ Changelog
(unreleased) (unreleased)
------------ ------------
Fix
~~~
- Fix new user saving refs NOISSUE. [Simon Diesenreiter]
0.1.20 (2025-04-15)
-------------------
Fix Fix
~~~ ~~~
- Remove unnecessary dotnet runtime download in CI job refs NOISSUE. - Remove unnecessary dotnet runtime download in CI job refs NOISSUE.
[Simon Diesenreiter] [Simon Diesenreiter]
Other
~~~~~
0.1.19 (2025-04-15) 0.1.19 (2025-04-15)
------------------- -------------------

View File

@ -33,7 +33,6 @@ userCheckTimer.OnOccurence += async (s, ea) =>
NickName = string.Empty, NickName = string.Empty,
IsIntroduced = false IsIntroduced = false
}; };
dci.Users.Add(newUser);
needsSaving = true; needsSaving = true;
} }
} }

View File

@ -1 +1 @@
0.1.21 0.1.20