fileExists() now works on text files. Starting redoing Company mgmt employee UI

This commit is contained in:
danielyxie
2018-01-21 14:53:16 -06:00
parent 8ad28908e8
commit 8d72dd0f4e
4 changed files with 37 additions and 35 deletions
+1 -1
View File
@@ -837,7 +837,7 @@ function NetscriptFunctions(workerScript) {
}
}
var txtFile = getTextFile(filename, server);
if (txtFile !== null) {
if (txtFile != null) {
return true;
}
return false;