From 56a2a7170960d5f12b6312a26663d78e7d2ddb3d Mon Sep 17 00:00:00 2001 From: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:43:38 +0100 Subject: [PATCH] Fucking turdis --- .github/workflows/turdis.yml | 4 +++- code/modules/admin/admin_verbs.dm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index c8c0a6bf6785..98512c8c3a26 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -84,7 +84,9 @@ jobs: echo "::set-env name=PATH::/home/runner/BYOND/byond/bin:$PATH" echo "::set-env name=LD_LIBRARY_PATH::/home/runner/BYOND/byond/bin:$LD_LIBRARY_PATH" echo "::set-env name=MANPATH::/home/runner/BYOND/byond/man:$MANPATH" - + - name: Fucking work + run: | + strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX - name: Compile All Maps run: | tools/travis/template_dm_generator.py diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 52afac89500c..8c73e6c2f17b 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -792,7 +792,7 @@ GLOBAL_PROTECT(admin_verbs_hideable) var/fname = "[GLOB.round_id ? GLOB.round_id : "NULL"]-[time2text(world.timeofday, "MM-DD-hhmm")].json" - to_chat(world, "The server will momentarily freeze in 2 seconds!") + to_chat(world, "Performing a memory dump!") log_admin("[key_name_admin(usr)] has initiated a memory dump into \"[fname]\".") message_admins("[key_name_admin(usr)] has initiated a memory dump into \"[fname]\".")