diff --git a/code/controllers/subsystems/persist_vr.dm b/code/controllers/subsystems/persist_vr.dm index 6baceae332..88bbabe72d 100644 --- a/code/controllers/subsystems/persist_vr.dm +++ b/code/controllers/subsystems/persist_vr.dm @@ -91,4 +91,5 @@ SUBSYSTEM_DEF(persist) var/client/C = M.client LAZYINITLIST(C.department_hours) if(C.department_hours["Command"]) - C.department_hours["Command"] = null \ No newline at end of file + C.department_hours["Command"] = null + C.department_hours.Remove("Command") \ No newline at end of file