Skip to content

Commit

Permalink
Updated server message
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 9, 2024
1 parent a6d3c2a commit 95ddda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/windows/main/ts/roblox/launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async function onGameEvent(data: GameEventInfo) {
const ipReq: IPResponse = await curlGet(`https://ipinfo.io/${server[0]}/json`);
console.log(`Server is located in "${ipReq.city}"`);
showNotification({
content: `Your server is located in "${ipReq.city}"`,
content: `Your server is located in ${ipReq.city}, ${ipReq.region}, ${ipReq.country}`,
title: "Server Joined",
timeout: 5,
sound: false,
Expand Down

0 comments on commit 95ddda4

Please sign in to comment.