Clean up gsc functions with additional checks

This commit is contained in:
2022-02-24 19:25:58 +00:00
parent e9a877bd74
commit 286481cbcd
5 changed files with 77 additions and 35 deletions
+1 -1
View File
@@ -49,6 +49,7 @@ namespace command
if (i > index) result.append(" ");
result.append(this->get(i));
}
return result;
}
@@ -96,7 +97,6 @@ namespace command
public:
void post_unpack() override
{
}
};
}