1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Job.hpp

This commit is contained in:
Sandu Liviu Catalin 2020-09-06 23:54:48 +03:00
parent 78c2003797
commit 425fd46bcf

View File

@ -147,7 +147,6 @@ struct ExecuteJob : public BaseJob
*/
bool Start(HSQUIRRELVM vm, Worker & worker) override
{
std::puts("Executing...");
return true;
}
};