mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
It should be a type.
This commit is contained in:
@@ -100,7 +100,7 @@ var/list/masterPool
|
||||
* Example call: returnToPool(src)
|
||||
*/
|
||||
/proc/returnToPool(atom/movable/A)
|
||||
if (isnull(masterPool[A]))
|
||||
if (isnull(masterPool[A.type]))
|
||||
#if DEBUG_OBJECT_POOL
|
||||
world << "DEBUG_OBJECT_POOL: [A.type] pool is empty, recreating list."
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user