mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-29 20:02:12 +00:00
add Oceania and North America maps
This commit is contained in:
@@ -6,7 +6,6 @@ import { BotSpawner } from "./BotSpawner";
|
||||
import { TransportShipExecution } from "./TransportShipExecution";
|
||||
import { PseudoRandom } from "../PseudoRandom";
|
||||
import { FakeHumanExecution } from "./FakeHumanExecution";
|
||||
import Usernames from '../../../resources/Usernames.txt'
|
||||
import { processName, sanitize, simpleHash } from "../Util";
|
||||
import { AllianceRequestExecution } from "./alliance/AllianceRequestExecution";
|
||||
import { AllianceRequestReplyExecution } from "./alliance/AllianceRequestReplyExecution";
|
||||
@@ -29,7 +28,6 @@ import { CityExecution } from "./CityExecution";
|
||||
|
||||
export class Executor {
|
||||
|
||||
private usernames = Usernames.split('\n')
|
||||
|
||||
// private random = new PseudoRandom(999)
|
||||
private random: PseudoRandom = null
|
||||
|
||||
Reference in New Issue
Block a user