mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
needed the key,
I dont like this whole function and am kinda feeling to kill it all.
This commit is contained in:
@@ -23,6 +23,7 @@ var/datum/cameranet/cameranet = new()
|
||||
// Returns the chunk in the x, y, z.
|
||||
// If there is no chunk, it creates a new chunk and returns that.
|
||||
/datum/cameranet/proc/getCameraChunk(x, y, z)
|
||||
var/key = "[x],[y],[z]"
|
||||
if(!chunkGenerated(x, y, z))
|
||||
chunks[key] = new /datum/camerachunk(null, x, y, z)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user