Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bencbartlett committed Mar 3, 2018
1 parent 26e5845 commit fdf4d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/hiveClusters/hiveCluster_commandCenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import {depositTargetType} from '../tasks/task_deposit';
import {HiveCluster} from './HiveCluster';
import {reserveCredits} from '../settings/settings_user';
import {terminalSettings} from '../settings/settings_terminal';
import {reserveCredits, terminalSettings} from '../settings/settings_terminal';
import {log} from '../lib/logger/log';
import {profile} from '../lib/Profiler';
import {CommandCenterOverlord} from '../overlords/hiveCluster/overlord_commandCenter';
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"removeComments": false,
"types": [
"lodash",
"typed-screeps"
Expand Down

0 comments on commit fdf4d4c

Please sign in to comment.