From 8c4167b3df6ac08f16a26f29b09d802af8f7355b Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:08:45 -0500 Subject: [PATCH] V.0.0.0 || Code Fix --- Neoa/DLCS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neoa/DLCS.cs b/Neoa/DLCS.cs index e6d9bab..1eba541 100644 --- a/Neoa/DLCS.cs +++ b/Neoa/DLCS.cs @@ -34,7 +34,7 @@ public class TKC public static void TKCIntro() { - DisplayLine(ConsoleColor.Yellow,"King", "Hiiii");//Literally just temporary text + Program.DisplayLine(ConsoleColor.Yellow,"King", "Hiiii");//Literally just temporary text } }