[READY] RustG update (#27264)

* [TM ONLY] RustG update

* Certified Balls Moment

* NO HALF SENDS

* oogabooga

* AAAAAAAAAAAAAAAAAAAAAAAA

* Please work I am losing it I am losing it I am losi

* AAAAAAAAAAAAAAAAAAAAAAAAAAA

* Final changes
This commit is contained in:
AffectedArc07
2024-11-09 20:58:14 +00:00
committed by GitHub
parent dc6a068bc8
commit 1a2c836073
6 changed files with 123 additions and 8 deletions
+5
View File
@@ -100,6 +100,11 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
else
msg += "<b>Server Commit:</b> <i>Unable to determine</i>"
msg += "<b>RUST-G Build</b>: [rustg_get_version()]"
if(world.TgsAvailable())
msg += "<b>TGS Version</b>: [world.TgsVersion()] (API: [world.TgsApiVersion()])"
if(world.TgsAvailable() && length(GLOB.revision_info.testmerges))
msg += "<b>Active Testmerges:</b>"
msg += GLOB.revision_info.get_testmerge_chatmessage(FALSE)