1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-31 18:07:14 +01:00

Remove leftover parenthesis from previous commit.

This commit is contained in:
Sandu Liviu Catalin 2016-07-09 17:14:09 +03:00
parent 7bb0d5f947
commit 953ef30c17

View File

@ -2064,7 +2064,7 @@ SQInteger CPlayer::AnnounceEx(HSQUIRRELVM vm)
}
catch (const Sqrat::Exception & e)
{
return sq_throwerror(vm, e.what()));
return sq_throwerror(vm, e.what());
}
// Do we have a valid player instance?