mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
Merge 4281 update
This commit is contained in:
@@ -140,7 +140,7 @@ qboolean BaseCmd_Replace( base_command_type_e type, base_command_t *basecmd, con
|
||||
|
||||
if( !i )
|
||||
{
|
||||
MsgDev( D_ERROR, "BaseCmd_Replace: couldn't find %s\n", name);
|
||||
Con_Reportf( S_ERROR "BaseCmd_Replace: couldn't find %s\n", name);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -168,7 +168,7 @@ void BaseCmd_Remove( base_command_type_e type, const char *name )
|
||||
|
||||
if( !i )
|
||||
{
|
||||
MsgDev( D_ERROR, "Couldn't find %s in buckets\n", name );
|
||||
Con_Reportf( S_ERROR "Couldn't find %s in buckets\n", name );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user