From 1e7d679fc2219e51f169db6d8eb386f2dff3581e Mon Sep 17 00:00:00 2001 From: fabjuuuh Date: Fri, 18 Sep 2020 14:24:55 +0200 Subject: [PATCH] Yeet --- RH-Engine/Program.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RH-Engine/Program.cs b/RH-Engine/Program.cs index 5099892..4f60804 100644 --- a/RH-Engine/Program.cs +++ b/RH-Engine/Program.cs @@ -13,14 +13,12 @@ namespace RH_Engine internal class Program { private static PC[] PCs = { -<<<<<<< HEAD new PC("DESKTOP-TV73FK0", "woute"), //new PC("DESKTOP-M2CIH87", "Fabian"), //new PC("T470S", "Shinichi"), //new PC("DESKTOP-DHS478C", "semme"), new PC("NA", "Ralf"), - new PC("NA", "Bart") }; -======= + new PC("NA", "Bart"), //new PC("DESKTOP-M2CIH87", "Fabian"), //new PC("T470S", "Shinichi"), new PC("DESKTOP-DHS478C", "semme"), @@ -28,7 +26,6 @@ namespace RH_Engine //new PC("NA", "Ralf"), //new PC("NA", "Bart") }; ->>>>>>> 8fd3322c63830c7f5cc7668ffd49e8203dbe1a95 private static void Main(string[] args) { TcpClient client = new TcpClient("145.48.6.10", 6666);