Skip to content

Commit

Permalink
Adds client version to bug report (#36778)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitak authored Jul 18, 2024
1 parent a05b626 commit d54f03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1233,8 +1233,8 @@ Use this proc preferably at the end of an equipment loadout
set name = "Github Report"
set category = "OOC"
var/dat = {" <title>/vg/station Github Ingame Reporting</title>
Revision: [return_revision()]
<iframe src='http://ss13.moe/issues/?ckey=[ckey(key)]&address=[world.internet_address]:[world.port]&revision=[return_revision()]' style='border:none' width='480' height='480' scroll=no></iframe>"}
Version: [byond_version].[byond_build] Revision: [return_revision()]
<iframe src='http://ss13.moe/issues/?ckey=[ckey(key)]&address=[world.internet_address]:[world.port]&byondver=[byond_version].[byond_build]&revision=[return_revision()]' style='border:none' width='480' height='480' scroll=no></iframe>"}
src << browse(dat, "window=github;size=480x480")

/client/verb/changes()
Expand Down

0 comments on commit d54f03b

Please sign in to comment.