mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Removed unnecessary return from logger.
This commit is contained in:
parent
c6ee38e3b6
commit
3f7f2c9163
@ -434,8 +434,6 @@ template < Uint8 L, bool S > static SQInteger LogBasicMessage(HSQUIRRELVM vm)
|
||||
else
|
||||
{
|
||||
_Log->Err("Unable to <extract the log message> from the specified value");
|
||||
// Failed to log the value
|
||||
return 0;
|
||||
}
|
||||
// At this point everything went correctly
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user