mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
Removes usage of set background
This commit is contained in:
@@ -104,8 +104,6 @@
|
||||
|
||||
//Requests the mapGeneratorModule(s) to (re)generate
|
||||
/datum/mapGenerator/proc/generate()
|
||||
set background = 1 //this can get beefy
|
||||
|
||||
syncModules()
|
||||
if(!modules || !modules.len)
|
||||
return
|
||||
|
||||
@@ -38,8 +38,6 @@
|
||||
current_state = old_state.Copy()
|
||||
|
||||
/datum/mapGenerator/ca/generate()
|
||||
set background = 1
|
||||
|
||||
//Abandon all hope for efficency all who enter here
|
||||
//Maybe some less basic implemetation later, but this is just simple admin tool
|
||||
initialize()
|
||||
|
||||
Reference in New Issue
Block a user