Skip to content

Commit

Permalink
linted more
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
hotDuckWhatsUp committed Jun 21, 2024
1 parent 041ab69 commit b14579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { PacketStream } from "../../common/src/packets/packetStream";
import { type Orientation, type Variation } from "../../common/src/typings";
import { CircleHitbox, HitboxGroup, RectangleHitbox, type Hitbox } from "../../common/src/utils/hitbox";
import { Angle, Collision, Geometry, Numeric, τ } from "../../common/src/utils/math";
import { MapObjectSpawnMode, ObjectDefinitions, ObstacleSpecialRoles, type ReferenceTo, type ReifiableDef } from "../../common/src/utils/objectDefinitions";
import { MapObjectSpawnMode, ObstacleSpecialRoles, type ReferenceTo, type ReifiableDef } from "../../common/src/utils/objectDefinitions";
import { SeededRandom, pickRandomInArray, random, randomFloat, randomPointInsideCircle, randomRotation, randomVector } from "../../common/src/utils/random";
import { River, Terrain } from "../../common/src/utils/terrain";
import { Vec, type Vector } from "../../common/src/utils/vector";
Expand Down

0 comments on commit b14579c

Please sign in to comment.