8th November Fixes (#10359)

* Fixes Wiki link

* Maybe fixes ling

* Small map fixes
This commit is contained in:
Jamie D
2020-11-09 09:46:01 +00:00
committed by GitHub
parent 75201fc53e
commit 7ae252c595
3 changed files with 54 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
var/wikiurl = CONFIG_GET(string/wikiurl)
if(wikiurl)
if(query)
var/output = wikiurl + "/index.php?title=Special%3ASearch&profile=default&search=" + query
var/output = wikiurl + "/index.php?search=" + query
src << link(output)
else if (query != null)
src << link(wikiurl)