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 += "
\[ "