From 5f0f101361410f3637a1b392c2a1407d35a6c9ba Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 20 Jul 2022 21:24:09 -0600 Subject: [PATCH] Update the comment for the ships data --- common/src/data/spaceships.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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[] = [ {