Skip to content

Commit

Permalink
Fixes the wiki button
Browse files Browse the repository at this point in the history
  • Loading branch information
Pirmais committed Aug 15, 2017
1 parent 3b416df commit 6ac3ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/interface.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Please use mob or src (not usr) in these procs. This way they can be called in the same fashion as procs.
/client/verb/wiki(query as text | null)
/client/verb/wiki(query as text)
set name = "wiki"
set desc = "Type what you want to know about. This will open the wiki on your web browser. Type nothing to go to the main page."
set desc = "Type what you want to know about. This will open the wiki in your web browser. Type nothing to go to the main page."
set hidden = 1
if(config.wikiurl)
if(query)
Expand Down

0 comments on commit 6ac3ac4

Please sign in to comment.