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:
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