mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Tweaks Wiki Button (#14613)
* wiki link * spacing Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user