From 0a56e60ff2a5abc2b249c905cea0b440688b848e Mon Sep 17 00:00:00 2001 From: snoms Date: Mon, 21 May 2018 22:57:31 +0200 Subject: [PATCH] Update advert link to https://www.ensl.org/gathers/latest/ns1 --- src/ENSL.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ENSL.sma b/src/ENSL.sma index 0eef4f2..911fbc2 100644 --- a/src/ENSL.sma +++ b/src/ENSL.sma @@ -874,7 +874,7 @@ public task_advert() // Print the hud message including serverside info (nick, ip etc.) + gametimes set_hudmessage(20, 120, 120, -1.0, 0.6, 0, 0.5, 10.0, 2.0, 2.0, 4) - formatex(msg, HL_LEN_HUDMESSAGE, "Welcome to ENSL Server^n^n^nYou can join pick-up games^nby registering at www.ensl.org^nand joining at www.ensl.org/gather") + formatex(msg, HL_LEN_HUDMESSAGE, "Welcome to ENSL Server^n^n^nYou can join pick-up games^nby registering at www.ensl.org^nand joining at www.ensl.org/gathers/latest/ns1") // Check readyroom first for ( new i = 0; i < playerCount; i++ )