Fixes bug in playerpanel javascript relating to cyborgs (#10086)

Co-authored-by: oranges <email@oranges.net.nz>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-18 18:28:59 +01:00
committed by GitHub
parent a526c6070a
commit 0875409ae8
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
body += "<a href='?_src_=vars;[HrefToken()];Vars="+ref+"'>VV</a> - "
body += "<a href='?_src_=vars;[HrefToken()];skill="+ref+"'>SP</a> - "
body += "<a href='?_src_=holder;[HrefToken()];traitor="+ref+"'>TP</a> - "
if (job == JOB_CYBORG)
if (job == "Cyborg")
body += "<a href='?_src_=holder;[HrefToken()];borgpanel="+ref+"'>BP</a> - "
body += "<a href='?priv_msg="+ckey+"'>PM</a> - "
body += "<a href='?_src_=holder;[HrefToken()];subtlemessage="+ref+"'>SM</a> - "