summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-23 09:39:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-23 09:39:15 -0300
commit306a8399a05e25e2de62fbf23ba6c7ab35992292 (patch)
treec26e75214079ffe180c19d957c9463f63212e37a
parent01422b2e536928f49b2734c11ef0e08225aebc75 (diff)
downloadserverdata-306a8399a05e25e2de62fbf23ba6c7ab35992292.tar.gz
serverdata-306a8399a05e25e2de62fbf23ba6c7ab35992292.tar.bz2
serverdata-306a8399a05e25e2de62fbf23ba6c7ab35992292.tar.xz
serverdata-306a8399a05e25e2de62fbf23ba6c7ab35992292.zip
Fix path to GM Logs
-rw-r--r--npc/functions/scoreboards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index 36a61f310..384a914fc 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -198,7 +198,7 @@ function script HallOfCoins {
function script HallOfGMLog {
mes "";
mes l("##BLatest GM Commands##b");
- mesc l("Read the last 30 days %s", "@@https://tmw2.org/experiments/gmCommands|"+l("here")+"@@");
+ mesc l("Read the last 30 days %s", "@@https://tmw2.org/experiments/gm|"+l("here")+"@@");
mes("1."+$@hogm_name$[0]+" ("+$@hogm_value$[0]+")");
mes("2."+$@hogm_name$[1]+" ("+$@hogm_value$[1]+")");
mes("3."+$@hogm_name$[2]+" ("+$@hogm_value$[2]+")");