Return another dict to decal pool (#7269)
This commit is contained in:
@@ -334,7 +334,10 @@ namespace Content.Server.Decals
|
||||
}
|
||||
|
||||
if (newChunks.Count == 0)
|
||||
{
|
||||
_chunkIndexPool.Return(newChunks);
|
||||
continue;
|
||||
}
|
||||
|
||||
updatedChunks[gridId] = newChunks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user