From 2154d344fbe8721eee73ebec5013381d281a4a47 Mon Sep 17 00:00:00 2001 From: Yamato Date: Sun, 17 Nov 2024 16:07:40 +0100 Subject: [PATCH] . --- EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt b/EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt index bc48ad92e..101a37bcd 100644 --- a/EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt +++ b/EXILED/docs/articles/SCPSLRessources/NW_Documentation.tt @@ -43,7 +43,6 @@ try { if (type.IsEnum && !type.IsGenericType) { - Type underlyingIntegralType = Enum.GetUnderlyingType(type); WriteLine($"- [{type.Name}](#{type.Name.ToLower()})"); response += $"\n### {type.Name}\n\n"; response += $"
{type.FullName}\n\n";