MISC: Remove mention of Hacking Mission (#1684)

This commit is contained in:
catloversg
2024-10-07 12:58:24 +07:00
committed by GitHub
parent dad34a09dd
commit 4d60c833cc
4 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -43,8 +43,7 @@ export abstract class BaseServer implements IServer {
// Coding Contract files on this server
contracts: CodingContract[] = [];
// How many CPU cores this server has. Maximum of 8.
// Currently, this only affects hacking missions
// How many CPU cores this server has.
cpuCores = 1;
// Flag indicating whether the FTP port is open