From 37f97d9242977475904b141fd4fc31793e917788 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Fri, 6 Jan 2017 16:18:46 -0800 Subject: [PATCH 1/2] Fix spacing in /hacks --- MCGalaxy/Commands/other/QuitCmds.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/other/QuitCmds.cs b/MCGalaxy/Commands/other/QuitCmds.cs index a94199e6d..1cee00188 100644 --- a/MCGalaxy/Commands/other/QuitCmds.cs +++ b/MCGalaxy/Commands/other/QuitCmds.cs @@ -87,7 +87,7 @@ namespace MCGalaxy.Commands { Thread.Sleep(3000); } - const string msg = "Your IP has been backtraced + reported to FBI Cyber Crimes Unit."; + const string msg = "Your IP has been backtraced + reported to FBI Cybercrimes Unit."; p.Leave("kicked (" + msg + ")", msg, false); } From 48a5019693ee72f56d183d073c76952bafa4be99 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Fri, 6 Jan 2017 16:22:06 -0800 Subject: [PATCH 2/2] oh who cares --- MCGalaxy/Commands/other/QuitCmds.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/other/QuitCmds.cs b/MCGalaxy/Commands/other/QuitCmds.cs index 1cee00188..a94199e6d 100644 --- a/MCGalaxy/Commands/other/QuitCmds.cs +++ b/MCGalaxy/Commands/other/QuitCmds.cs @@ -87,7 +87,7 @@ namespace MCGalaxy.Commands { Thread.Sleep(3000); } - const string msg = "Your IP has been backtraced + reported to FBI Cybercrimes Unit."; + const string msg = "Your IP has been backtraced + reported to FBI Cyber Crimes Unit."; p.Leave("kicked (" + msg + ")", msg, false); }