Add functions to change player clantags/name

This commit is contained in:
Federico Cecchetto
2021-06-20 00:31:56 +02:00
parent 97371d8f44
commit 9ead1676b0
5 changed files with 191 additions and 2 deletions

View File

@ -339,7 +339,7 @@ namespace gsc
{
if (ent.classnum != 0)
{
throw std::runtime_error("Invalid type");
throw std::runtime_error("Invalid entity");
}
const auto client = ent.entnum;