From aaf92f6eb5d54f12636202218dfce3ba44c09063 Mon Sep 17 00:00:00 2001 From: Carver Harrison Date: Sun, 22 Jan 2017 10:10:42 -0800 Subject: [PATCH] Update Commands.cs --- ShiftOS_TheReturn/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");