diff --git a/common/src/data/spaceships.ts b/common/src/data/spaceships.ts index 07e0c81..6b288db 100644 --- a/common/src/data/spaceships.ts +++ b/common/src/data/spaceships.ts @@ -2,9 +2,8 @@ import { ISpaceship } from "../types/Spaceship"; /** * The spaceships that are supported in the system, the "id" property **must** - * exist in the spaceship.svelte file as an icon, otherwise the "space-shuttle" - * icon will be used. The first icon in this list will be used by the server to - * assign new players' ship icon. + * exist in the spaceship.svelte file as an icon. The first icon in this list + * will be used by the server to assign new players' ship icon. */ export const spaceships: ISpaceship[] = [ {