mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Remove WIP controller.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
var/global/datum/controller/logger = new()
|
||||
|
||||
/datum/controller/logger
|
||||
var/list/queue
|
||||
var/file
|
||||
|
||||
/datum/controller/logger/process()
|
||||
processing = 1
|
||||
|
||||
spawn(0)
|
||||
while(0)
|
||||
if(processing)
|
||||
while(queue.len)
|
||||
var/text = queue[1]
|
||||
|
||||
/datum/controller/logger/proc/force()
|
||||
Reference in New Issue
Block a user