Skip to content

Commit

Permalink
Remove warning from home
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelin committed Jan 21, 2019
1 parent 192e825 commit f68817b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if (STATS_WEB) {
servers: data[2], servers: data[2],
news: data[3].slice(0, 5), news: data[3].slice(0, 5),
now: new Date(), now: new Date(),
warnings: [{ text: "If you have issues seeing servers in-game, download this <a href='https://downloads.tribesrevengeance.net/other/Engine.dll'>Engine.dll</a> and put it into your Tribes/Program/Bin folder next to your TV_CD_DVD.exe file. If you are asked to overwrite the old one, click yes." }] // warnings: [{ text: "If you have issues seeing servers in-game, download this <a href='https://downloads.tribesrevengeance.net/other/Engine.dll'>Engine.dll</a> and put it into your Tribes/Program/Bin folder next to your TV_CD_DVD.exe file. If you are asked to overwrite the old one, click yes." }]
}; };
res.render('home', obj); res.render('home', obj);
}) })
Expand Down

0 comments on commit f68817b

Please sign in to comment.