mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
BUGFIX: Duplicated program in edge case (#1549)
This commit is contained in:
@@ -67,7 +67,7 @@ export function init(this: PlayerObject): void {
|
||||
this.currentServer = SpecialServers.Home;
|
||||
AddToAllServers(t_homeComp);
|
||||
|
||||
this.getHomeComputer().programs.push(CompletedProgramName.nuke);
|
||||
this.getHomeComputer().pushProgram(CompletedProgramName.nuke);
|
||||
}
|
||||
|
||||
export function prestigeAugmentation(this: PlayerObject): void {
|
||||
|
||||
Reference in New Issue
Block a user