mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Change terminal cat to use <pre> tag for txt files which are often data
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ function showMessage(msg) {
|
||||
var txt = "Message received from unknown sender: <br><br>" +
|
||||
"<i>" + msg.msg + "</i><br><br>" +
|
||||
"This message was saved as " + msg.filename + " onto your home computer.";
|
||||
dialogBoxCreate(txt);
|
||||
dialogBoxCreate(txt, true);
|
||||
}
|
||||
|
||||
//Adds a message to a server
|
||||
|
||||
Reference in New Issue
Block a user