mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
fileExists() now works on text files. Starting redoing Company mgmt employee UI
This commit is contained in:
@@ -837,7 +837,7 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
}
|
||||
var txtFile = getTextFile(filename, server);
|
||||
if (txtFile !== null) {
|
||||
if (txtFile != null) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user