mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
Fixed a runtime error that appears to have been interfering with restarting the master controller after an unexplained breaking of Process()
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1047 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -111,6 +111,8 @@ Filter types:
|
||||
if(transfer_moles > 0)
|
||||
var/datum/gas_mixture/removed = air_in.remove(transfer_moles)
|
||||
|
||||
if(!removed)
|
||||
return
|
||||
var/datum/gas_mixture/filtered_out = new
|
||||
filtered_out.temperature = removed.temperature
|
||||
|
||||
|
||||
Reference in New Issue
Block a user