diff --git a/SpacemanDMM.toml b/SpacemanDMM.toml index eb25c8a0cd..05cb81d6b6 100644 --- a/SpacemanDMM.toml +++ b/SpacemanDMM.toml @@ -1,9 +1,5 @@ [langserver] dreamchecker = true -#[code_standards] -#disallow_relative_type_definitions = true -#disallow_relative_proc_definitions = true - [dmdoc] use_typepath_names = true diff --git a/code/game/machinery/camera/motion.dm b/code/game/machinery/camera/motion.dm index e515f56196..af5093d6ca 100644 --- a/code/game/machinery/camera/motion.dm +++ b/code/game/machinery/camera/motion.dm @@ -109,4 +109,4 @@ else if (world.time > detectTime) detectTime = 0 for(var/obj/machinery/computer/security/telescreen/entertainment/TV in GLOB.machines) - TV.notify(FALSE) \ No newline at end of file + TV.notify(FALSE)