Add logs for research (#18388)

* Add logs for research

* Update Content.Server/Research/Systems/ResearchSystem.Technology.cs

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>

* dumb but ok

* wacka wacka

* Update LogType.cs

---------

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
Nemanja
2023-07-29 00:14:39 -04:00
committed by GitHub
parent 3e73a7f750
commit e03974a0a2
3 changed files with 13 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public sealed partial class ResearchSystem
return;
}
if (!UnlockTechnology(uid, args.Id))
if (!UnlockTechnology(uid, args.Id, ent))
return;
SyncClientWithServer(uid);