mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Fix multiple research consoles exploit (#34334)
This commit is contained in:
@@ -23,7 +23,7 @@ public sealed partial class ResearchSystem
|
||||
|
||||
Dirty(primaryUid, primaryDb);
|
||||
|
||||
var ev = new TechnologyDatabaseModifiedEvent();
|
||||
var ev = new TechnologyDatabaseSynchronizedEvent();
|
||||
RaiseLocalEvent(primaryUid, ref ev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user