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:
@@ -31,7 +31,7 @@ public sealed partial class ResearchSystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!UnlockTechnology(uid, args.Id))
|
||||
if (!UnlockTechnology(uid, args.Id, ent))
|
||||
return;
|
||||
|
||||
SyncClientWithServer(uid);
|
||||
|
||||
Reference in New Issue
Block a user