Fix Fultons losing their beacon when split (#20179)

This commit is contained in:
DrSmugleaf
2023-09-17 17:22:26 -07:00
committed by GitHub
parent d4abaf277a
commit c558f00a74
4 changed files with 21 additions and 1 deletions

View File

@@ -70,6 +70,9 @@ namespace Content.Server.Stack
stackComp.Unlimited = false;
}
var ev = new StackSplitEvent(entity);
RaiseLocalEvent(uid, ref ev);
return entity;
}