aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 15:19:16 -0500
committerlempamo <[email protected]>2017-02-25 15:19:16 -0500
commit4c1824635badbff94762c960513c991b060db0d7 (patch)
treeb123dc6d4a78676de2c7929641aa1c553edf5916 /ShiftOS_TheReturn
parentce0819e257497d9307a21770bb80423bbcd53248 (diff)
parenta398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a (diff)
downloadshiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.tar.gz
shiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.tar.bz2
shiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Commands.cs2
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;