Content update for NetEntities (#18935)
This commit is contained in:
@@ -39,7 +39,7 @@ public sealed class BorgBoundUserInterface : BoundUserInterface
|
||||
|
||||
_menu.RemoveModuleButtonPressed += module =>
|
||||
{
|
||||
SendMessage(new BorgRemoveModuleBuiMessage(module));
|
||||
SendMessage(new BorgRemoveModuleBuiMessage(EntMan.GetNetEntity(module)));
|
||||
};
|
||||
|
||||
_menu.OnClose += Close;
|
||||
|
||||
Reference in New Issue
Block a user