Fix anomaly vessels not generating points (#14137)
This commit is contained in:
@@ -140,7 +140,7 @@ public sealed partial class ResearchSystem
|
||||
if (!CanRun(uid))
|
||||
return points;
|
||||
|
||||
var ev = new ResearchServerGetPointsPerSecondEvent(component.Owner, points);
|
||||
var ev = new ResearchServerGetPointsPerSecondEvent(uid, points);
|
||||
foreach (var client in component.Clients)
|
||||
{
|
||||
RaiseLocalEvent(client, ref ev);
|
||||
|
||||
Reference in New Issue
Block a user