From d3b07bd7b3c8dd82fa24a1c086dbfe529bd1b1af Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Feb 2019 23:57:19 -0200 Subject: GameRules still doesn't exist by the time update handler is loaded. So, only warn players to use @rules instead. I thought in doevent("@rules::OnCall") but meh. --- npc/functions/clientversion.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 6ee9f26ed..94a499535 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -142,7 +142,8 @@ function script checkclientversion { .@dg=1; mesc l("Game Rules were updated!"), 1; - GameRules S_NO_NPC_NAME | S_LAST_NEXT; + mesc l("Use @@ to read the new version.", "@rules"), 1; + //GameRules S_NO_NPC_NAME | S_LAST_NEXT; } -- cgit v1.2.3-70-g09d2