Obsolete refactor - ConnectedClient to Channel (#24409)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Content.Server.Construction
|
||||
return;
|
||||
|
||||
if(GetGuide(prototype) is {} guide)
|
||||
RaiseNetworkEvent(new ResponseConstructionGuide(msg.ConstructionId, guide), args.SenderSession.ConnectedClient);
|
||||
RaiseNetworkEvent(new ResponseConstructionGuide(msg.ConstructionId, guide), args.SenderSession.Channel);
|
||||
}
|
||||
|
||||
private void AddDeconstructVerb(EntityUid uid, ConstructionComponent component, GetVerbsEvent<Verb> args)
|
||||
|
||||
Reference in New Issue
Block a user