minus one newline
This commit is contained in:
parent
0b685a52b6
commit
9a0a4abf5d
|
|
@ -600,7 +600,6 @@ public sealed class FaxSystem : EntitySystem
|
|||
if (fromAddress != null && component.KnownFaxes.TryGetValue(fromAddress, out var fax)) // If message received from unknown fax address
|
||||
faxName = fax;
|
||||
|
||||
|
||||
_popupSystem.PopupEntity(Loc.GetString("fax-machine-popup-received", ("from", faxName)), uid);
|
||||
_appearanceSystem.SetData(uid, FaxMachineVisuals.VisualState, FaxMachineVisualState.Printing);
|
||||
_pageSender.Notify(uid, Loc.GetString("pager-message-fax", ("faxname", faxName))); // DeltaV - pagers
|
||||
|
|
|
|||
Loading…
Reference in New Issue