Skip to content

Commit

Permalink
fix: faction
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 2, 2024
1 parent 6aeb960 commit a138011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/basedbot/lib/util/galaxy-sectors-data.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Coordinates } from './coordinates'

export enum Faction {
UST = 0,
MUD = 1,
ONI = 2,
UST = 3,
}

export interface SectorInfo {
Expand Down

0 comments on commit a138011

Please sign in to comment.