Ported VOREStation/VOREStation#461 - Allow greater customisation of wiki links

This commit is contained in:
Leshana
2018-01-17 16:46:48 -05:00
parent 6fb1b66ced
commit 6bc422ff5e
4 changed files with 18 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ var/list/gamemode_cache = list()
var/server
var/banappeals
var/wikiurl
var/wikisearchurl
var/forumurl
var/githuburl
var/rulesurl
@@ -428,6 +429,9 @@ var/list/gamemode_cache = list()
if ("wikiurl")
config.wikiurl = value
if ("wikisearchurl")
config.wikisearchurl = value
if ("forumurl")
config.forumurl = value