aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
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 fe4254b..ed4d0e4 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -93,7 +93,7 @@ namespace ShiftOS.Engine
if (args.ContainsKey("file"))
- file = args["file"] as string;F
+ file = args["file"] as string;
else
throw new Exception("No 'file' argument provided.");