minus one newline

This commit is contained in:
Vanessa 2026-06-25 11:39:43 -05:00
parent 0b685a52b6
commit 9a0a4abf5d
1 changed files with 0 additions and 1 deletions

View File

@ -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