From 0cac8fcf8ce8739b4687012e87e83863f74a11de Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Sun, 3 Sep 2023 13:49:49 +0200 Subject: [PATCH] edit welcome message to use hostname --- mod/scripts/vscripts/killstat.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scripts/vscripts/killstat.nut b/mod/scripts/vscripts/killstat.nut index a2425b0..9d81b64 100644 --- a/mod/scripts/vscripts/killstat.nut +++ b/mod/scripts/vscripts/killstat.nut @@ -64,7 +64,7 @@ string prefix = "\x1b[38;5;81m[TONE API]\x1b[0m " void function JoinMessage(entity player) { //Chat_ServerPrivateMessage(player, prefix + "This server collects data using the Tone API. Check your data here: \x1b[34mtoneapi.com/" + player.GetPlayerName()+ "\x1b[0m", false, false) - Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. View statistics at https://toneapi.github.io/ToneAPI_webclient/", false, false) + Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. View statistics at https://toneapi.ovh", false, false) } void function killstat_Begin() {