add an Echo for if an invalid argument is passed
This commit is contained in:
parent
c30eb4e092
commit
a65e253f64
1 changed files with 4 additions and 0 deletions
|
@ -405,6 +405,10 @@ namespace IngameScript
|
|||
Undock();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Echo("Invalid argument.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue