mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Added return; statement so it doesn't complain when it receives a remapShader command.
This commit is contained in:
parent
5ebb75e651
commit
e1c5be3ab0
1 changed files with 2 additions and 0 deletions
|
@ -1072,6 +1072,8 @@ static void CG_ServerCommand( void ) {
|
|||
|
||||
trap_R_RemapShader(shader1, shader2, shader3);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// loaddeferred can be both a servercmd and a consolecmd
|
||||
|
|
Loading…
Reference in a new issue