From 530ca271febfe75bbdb2281da91d13d9177f31bb Mon Sep 17 00:00:00 2001 From: Mor-Dast <136860710+Mor-Dast@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:18:58 +0300 Subject: [PATCH] Delete Content.Server/ADT/NightVision directory --- Content.Server/ADT/NightVision/NightVisionSystem.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Content.Server/ADT/NightVision/NightVisionSystem.cs diff --git a/Content.Server/ADT/NightVision/NightVisionSystem.cs b/Content.Server/ADT/NightVision/NightVisionSystem.cs deleted file mode 100644 index 5f6a3602a1c..00000000000 --- a/Content.Server/ADT/NightVision/NightVisionSystem.cs +++ /dev/null @@ -1,7 +0,0 @@ -// taken and adapted from https://github.com/RMC-14/RMC-14?ysclid=lzx00zxd6e53093995 - -using Content.Shared.ADT.NightVision; - -namespace Content.Server.ADT.NightVision; - -public sealed class NightVisionSystem : SharedNightVisionSystem;