diff options
| author | wowmom98 <[email protected]> | 2017-07-27 18:57:34 -0400 |
|---|---|---|
| committer | wowmom98 <[email protected]> | 2017-07-27 18:57:34 -0400 |
| commit | 8a976d1ad1b21972c0420be495c385889c653cfb (patch) | |
| tree | 2c0765eb54c99810a38e74cc2a1fc8ee39edf584 | |
| parent | 86dde20529e926ee75af2b1e3a574f6729bd8771 (diff) | |
| download | shiftos_thereturn-8a976d1ad1b21972c0420be495c385889c653cfb.tar.gz shiftos_thereturn-8a976d1ad1b21972c0420be495c385889c653cfb.tar.bz2 shiftos_thereturn-8a976d1ad1b21972c0420be495c385889c653cfb.zip | |
fixed the most important thing
| -rw-r--r-- | ShiftOS_TheReturn/Hacking.cs | 4 |
1 files 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 { /// <summary> - /// Create a new instance of the <see cref="NaughtyDeveloperException"/>, 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 <see cref="NaughtyDeveloperException"/>, with the specified message, which will cause Visual Studio to call the person who caused the exception a SCROTUM. /// </summary> /// <param name="message">The message you want to yell at the user.</param> - public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTEM") + public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTUM") { } |
