diff options
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index 488d843..3952995 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -242,7 +242,7 @@ namespace ShiftOS.Engine public static class ShiftOSDevCommands { [Command("rock", description = "A little surprise for unstable builds...")] - public static bool ThrowAFuckingRock() + public static bool ThrowASandwichingRock() { Infobox.Show("He who lives in a glass house shouldn't throw stones...", new Rock().Message); return false; |
