mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
0.27.0 2nd Tier Prestige + Gangs
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/* Message.js */
|
||||
function Message(filename, msg) {
|
||||
function Message(filename="", msg="") {
|
||||
this.filename = filename;
|
||||
this.msg = msg;
|
||||
this.recvd = false;
|
||||
|
||||
Reference in New Issue
Block a user