Skip to content

Commit

Permalink
dummies out bug reporting
Browse files Browse the repository at this point in the history
not the workflow we're currently using
  • Loading branch information
Doubleumc committed Aug 28, 2024
1 parent a363e1d commit 5b4d485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
set name = "Github"
set desc = "View our github!."
set hidden = TRUE
if(!usr)

if(tgui_alert(src, "This will open the GitHub in your browser. Are you sure?", "Confirm", list("Yes", "No")) != "Yes")
return
var/datum/tgui_bug_report_form/report = new(usr)

report.tgui_interact(usr)
src << link(CONFIG_GET(string/githuburl))
return

/client/verb/set_fps()
Expand Down

0 comments on commit 5b4d485

Please sign in to comment.