Removes Set Background (#13646)

This commit is contained in:
Fox McCloud
2020-06-20 14:33:46 -04:00
committed by GitHub
parent 6bc53def74
commit 5e3f95e140
10 changed files with 0 additions and 19 deletions
@@ -67,9 +67,6 @@
// The actual updating. It gathers the visible turfs from cameras and puts them into the appropiate lists.
/datum/camerachunk/proc/update()
set background = BACKGROUND_ENABLED
var/list/newVisibleTurfs = list()
for(var/camera in cameras)