mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-05-01 08:37:12 +02:00
Remove leftover parenthesis from previous commit.
This commit is contained in:
parent
7bb0d5f947
commit
953ef30c17
@ -2064,7 +2064,7 @@ SQInteger CPlayer::AnnounceEx(HSQUIRRELVM vm)
|
|||||||
}
|
}
|
||||||
catch (const Sqrat::Exception & e)
|
catch (const Sqrat::Exception & e)
|
||||||
{
|
{
|
||||||
return sq_throwerror(vm, e.what()));
|
return sq_throwerror(vm, e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do we have a valid player instance?
|
// Do we have a valid player instance?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user