Tweaks Wiki Button (#14613)

* wiki link

* spacing

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
Kyep
2020-10-15 13:52:18 +00:00
committed by GitHub
parent 59347d99a1
commit 632d913e8b
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ SUBSYSTEM_DEF(changelog)
if(config.wikiurl)
if(alert("This will open the wiki in your browser. Are you sure?",,"Yes","No")=="No")
return
usr.client.wiki("") // Blank arg is important here
usr.client.wiki()
else
to_chat(usr, "<span class='danger'>The Wiki URL is not set in the server configuration. Please inform the server host.</span>")