mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-21 01:57:20 +02:00
Remove leftover parenthesis from previous commit.
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user