From 8a976d1ad1b21972c0420be495c385889c653cfb Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Thu, 27 Jul 2017 18:57:34 -0400 Subject: [PATCH] fixed the most important thing --- ShiftOS_TheReturn/Hacking.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShiftOS_TheReturn/Hacking.cs b/ShiftOS_TheReturn/Hacking.cs index 9ace50e..04f8882 100644 --- a/ShiftOS_TheReturn/Hacking.cs +++ b/ShiftOS_TheReturn/Hacking.cs @@ -178,10 +178,10 @@ namespace ShiftOS.Engine public class NaughtyDeveloperException : Exception { /// - /// Create a new instance of the , with the specified message, which will cause Visual Studio to call the person who caused the exception a scrotem. + /// Create a new instance of the , with the specified message, which will cause Visual Studio to call the person who caused the exception a SCROTUM. /// /// The message you want to yell at the user. - public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTEM") + public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTUM") { }