mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Update Commands.cs
This commit is contained in:
parent
e8a3388521
commit
aaf92f6eb5
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue