diff options
| author | william341 <[email protected]> | 2017-07-27 16:36:58 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 16:36:58 -0700 |
| commit | e5aec8a0531fe78dcc881a11b589b5a19338e503 (patch) | |
| tree | 1703879dc35ed6439f2633cf386529db4ae7b471 /ShiftOS_TheReturn | |
| parent | 783144ecf5ebe515fcc21a7710d6f7e3425cd3ad (diff) | |
| parent | 8a976d1ad1b21972c0420be495c385889c653cfb (diff) | |
| download | shiftos_thereturn-e5aec8a0531fe78dcc881a11b589b5a19338e503.tar.gz shiftos_thereturn-e5aec8a0531fe78dcc881a11b589b5a19338e503.tar.bz2 shiftos_thereturn-e5aec8a0531fe78dcc881a11b589b5a19338e503.zip | |
Merge remote-tracking branch 'origin/monogame' into monogame
# Conflicts:
# ShiftOS_TheReturn/Hacking.cs
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Hacking.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Hacking.cs b/ShiftOS_TheReturn/Hacking.cs index 1e66f26..ca6c4e8 100644 --- a/ShiftOS_TheReturn/Hacking.cs +++ b/ShiftOS_TheReturn/Hacking.cs @@ -195,7 +195,7 @@ 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 scrotum. + /// 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 (and tell them to fix it). /// </summary> /// <param name="message">The message you want to yell at the user.</param> public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTUM") |
