mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Add missing line breaks on showMessage
This commit is contained in:
parent
e42b1c2edd
commit
6ac04717fe
@ -28,7 +28,10 @@ function showMessage(name: MessageFilenames): void {
|
|||||||
Message received from unknown sender:
|
Message received from unknown sender:
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<i>{msg.msg}</i>This message was saved as {msg.filename} onto your home computer.
|
<i>{msg.msg}</i>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
This message was saved as {msg.filename} onto your home computer.
|
||||||
</>,
|
</>,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user