diff options
| author | Carver Harrison <[email protected]> | 2017-01-22 10:10:42 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-22 10:10:42 -0800 |
| commit | aaf92f6eb5d54f12636202218dfce3ba44c09063 (patch) | |
| tree | 223f200ea9aa9cb77e23187247be3ebc3594c3c7 /ShiftOS_TheReturn/Commands.cs | |
| parent | e8a33885213805dd4b0efd5d22f362446f16bf8a (diff) | |
| download | shiftos_thereturn-aaf92f6eb5d54f12636202218dfce3ba44c09063.tar.gz shiftos_thereturn-aaf92f6eb5d54f12636202218dfce3ba44c09063.tar.bz2 shiftos_thereturn-aaf92f6eb5d54f12636202218dfce3ba44c09063.zip | |
Update Commands.cs
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -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 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."); |
