diff options
Diffstat (limited to 'ShiftOS_TheReturn/Command.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Command.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Command.cs b/ShiftOS_TheReturn/Command.cs index c6d58e1..09cf206 100644 --- a/ShiftOS_TheReturn/Command.cs +++ b/ShiftOS_TheReturn/Command.cs @@ -104,7 +104,7 @@ namespace ShiftOS.Engine /// <summary> /// Gets whether the dependent upgrade(s) are installed. /// </summary> - public bool Installed + public virtual bool Installed { get { |
