Skip to content

Commit

Permalink
Update webapp/src/objects/SotServer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: dadodasyra <44753923+dadodasyra@users.noreply.github.com>
  • Loading branch information
zelytra and dadodasyra authored Mar 20, 2024
1 parent 47ec040 commit 0ca94ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/objects/SotServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface SotServer {
port: number;
location: string;
hash?: string;
color:string;
color: string;
connectedPlayers: Player[];
}

Expand Down

0 comments on commit 0ca94ae

Please sign in to comment.