From b1295ea02b739c18a2552071b8e1530efd0c7e42 Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 26 Jul 2018 01:35:21 +0200 Subject: [PATCH] Add client version display to player panel (#39310) Getting questions about "Is my version good ? I don't know what it is." and having to vv it is getting annoying. --- code/modules/admin/admin.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 56662a2157e..9eb11844765 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -50,6 +50,10 @@ body += "\[decrease\] " body += "\[set\] " body += "\[zero\]" + var/full_version = "Unknown" + if(M.client.byond_version) + full_version = "[M.client.byond_version].[M.client.byond_build ? M.client.byond_build : "xxx"]" + body += "
\[Byond version: [full_version]\]
" body += "

\[ "