use name to identify servers not ip
All checks were successful
Publish Docker Image / docker (push) Successful in 43s

This commit is contained in:
Lee
2024-01-03 08:27:33 +00:00
parent 56a75560e8
commit 8826a2530a
5 changed files with 16 additions and 49 deletions

View File

@ -1,5 +1,4 @@
export type Ping = {
id: number;
timestamp: number;
ip: string;
playerCount: number;