Фиксы апстрима 2 (#665)
* increase radiation effect cost for artifacts * less points for singulo and tesla spawn effect * fix playtime * fix slime storage * fix wrong arms position
This commit is contained in:
@@ -21,7 +21,7 @@ public sealed class UserDbDataManager : IPostInjectInit
|
||||
{
|
||||
[Dependency] private readonly IServerPreferencesManager _prefs = default!;
|
||||
[Dependency] private readonly ILogManager _logManager = default!;
|
||||
[Dependency] private readonly PlayTimeTrackingManager _playTimeTracking = default!;
|
||||
[Dependency] private readonly IPlayTimeTrackingManager _playTimeTracking = default!;
|
||||
|
||||
private readonly Dictionary<NetUserId, UserData> _users = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user