From d2d6866a2e56625445dc5547f0b7a0d3be652d58 Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 3 Jun 2021 21:46:07 -0700 Subject: [PATCH] replaces Del with Destroy --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 65e718512c..9e193de4ee 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -113,7 +113,7 @@ GLOBAL_LIST_INIT(auxtools_atmos_initialized,FALSE) message_admins("[key_name(usr)] modified gas mixture [REF(src)]: Changed volume to [volume].") set_volume(volume) -/datum/gas_mixture/Del() +/datum/gas_mixture/Destroy() __gasmixture_unregister() . = ..()