diff options
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |