Print errors

This commit is contained in:
Federico Cecchetto
2021-11-08 01:36:48 +01:00
parent eee68760e4
commit 640fb032ea
9 changed files with 191 additions and 50 deletions

View File

@ -23,7 +23,7 @@ namespace scripting
return this->pos_;
}
script_value function::call(entity self, std::vector<script_value> arguments) const
script_value function::call(const entity& self, std::vector<script_value> arguments) const
{
return exec_ent_thread(self, this->pos_, arguments);
}