mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
removes duplicate reset-vars
This commit is contained in:
@@ -60,7 +60,6 @@ var/global/list/GlobalPool = list()
|
||||
|
||||
var/datum/pooled = pop(GlobalPool[get_type])
|
||||
if(pooled)
|
||||
pooled.ResetVars()
|
||||
var/atom/movable/AM
|
||||
if(istype(pooled, /atom/movable))
|
||||
AM = pooled
|
||||
|
||||
Reference in New Issue
Block a user