remove ip

This commit is contained in:
not-nullptr 2024-03-22 08:03:10 +00:00
parent 0b9f629214
commit ec59e479bf

View file

@ -52,7 +52,7 @@
{player.nickname}{#if player !== room.players[room.players.length - 1]},{" "}
{/if}
{/each}
{/if} | {room.hasPassword ? "Private" : "Public"} | {room.address}:{room.port}
{/if} | {room.hasPassword ? "Private" : "Public"}
</div>
</div>
</div>