mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 13:15:48 +01:00
fix initForeignServers import in Prestige.js
This commit is contained in:
parent
58062bf421
commit
c378400a10
@ -26,10 +26,10 @@ import {Player} from "./Player";
|
||||
|
||||
import { AllServers,
|
||||
AddToAllServers,
|
||||
prestigeAllServers } from "./Server/AllServers";
|
||||
prestigeAllServers,
|
||||
initForeignServers } from "./Server/AllServers";
|
||||
import { Server } from "./Server/Server"
|
||||
import { initForeignServers,
|
||||
prestigeHomeComputer } from "./Server/ServerHelpers";
|
||||
import { prestigeHomeComputer } from "./Server/ServerHelpers";
|
||||
import { updateSourceFileFlags } from "./SourceFile/SourceFileFlags";
|
||||
import { SpecialServerIps,
|
||||
SpecialServerIpsMap,
|
||||
|
Loading…
Reference in New Issue
Block a user