Skip to content

Commit

Permalink
Show Server Revision displays if Latejoin Antags are enabled, like Pr…
Browse files Browse the repository at this point in the history
…otect Authority Roles
  • Loading branch information
Ikarrus committed Jun 18, 2013
1 parent 132f54e commit e3a9d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/helper_datums/getrev.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ client/verb/showrevinfo()
var/output = revdata.showinfo
output += "<b>Current Infomational Settings:</b><br>"
output += "Protect Authority Roles From Traitor: [config.protect_roles_from_antagonist]<br>"
output += "Allow Latejoin Antagonists: [config.allow_latejoin_antagonists]<br>"
usr << browse(output,"window=revdata");
return

0 comments on commit e3a9d75

Please sign in to comment.