mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
[DNM] Some absolute insanity performance hacks (#27204)
* Some absolute insanity performance hacks * Ok NOW its getting weird * Adds a way of verifying if this is working * Lets see how this goes * Build Rust library --------- Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent
a08dd177ba
commit
e1544141dd
@@ -91,6 +91,11 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
|
||||
msg += "<span class='notice'><b>Server Revision Info</b></span>"
|
||||
// Round ID first
|
||||
msg += "<b>Round ID:</b> [GLOB.round_id ? GLOB.round_id : "NULL"]"
|
||||
#ifdef PARADISE_PRODUCTION_HARDWARE
|
||||
msg += "<b>Production-hardware specific compile:</b> Yes"
|
||||
#else
|
||||
msg += "<b>Production-hardware specific compile:</b> No"
|
||||
#endif
|
||||
|
||||
// Commit info
|
||||
if(GLOB.revision_info.commit_hash && GLOB.revision_info.commit_date && GLOB.configuration.url.github_url)
|
||||
|
||||
Reference in New Issue
Block a user