mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-09-16 07:13:00 +02:00
Fix Fultons losing their beacon when split (#20179)
This commit is contained in:
@@ -70,6 +70,9 @@ namespace Content.Server.Stack
|
||||
stackComp.Unlimited = false;
|
||||
}
|
||||
|
||||
var ev = new StackSplitEvent(entity);
|
||||
RaiseLocalEvent(uid, ref ev);
|
||||
|
||||
return entity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user