Skip to content

Commit

Permalink
Include BYOND build when using Report Issue button (#43545)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac authored and CthulhuOnIce committed Apr 15, 2019
1 parent 9afa0b3 commit 52bd710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/interface.dm
Expand Up @@ -67,7 +67,7 @@
return
var/static/issue_template = file2text(".github/ISSUE_TEMPLATE.md")
var/servername = CONFIG_GET(string/servername)
var/url_params = "Reporting client version: [byond_version]\n\n[issue_template]"
var/url_params = "Reporting client version: [byond_version].[byond_build]\n\n[issue_template]"
if(GLOB.round_id || servername)
url_params = "Issue reported from [GLOB.round_id ? " Round ID: [GLOB.round_id][servername ? " ([servername])" : ""]" : servername]\n\n[url_params]"
DIRECT_OUTPUT(src, link("[githuburl]/issues/new?body=[url_encode(url_params)]"))
Expand Down

0 comments on commit 52bd710

Please sign in to comment.