mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 16:18:06 +00:00
fixed bug causing crash when capturing trade ship already captured by another destroyer
This commit is contained in:
@@ -24,12 +24,12 @@ export const devConfig = new class extends DefaultConfig {
|
||||
return 100
|
||||
}
|
||||
|
||||
numBots(): number {
|
||||
return 0
|
||||
}
|
||||
spawnNPCs(): boolean {
|
||||
return false
|
||||
}
|
||||
// numBots(): number {
|
||||
// return 0
|
||||
// }
|
||||
// spawnNPCs(): boolean {
|
||||
// return false
|
||||
// }
|
||||
|
||||
// boatMaxDistance(): number {
|
||||
// return 2000
|
||||
|
||||
Reference in New Issue
Block a user