mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-03-04 23:30:56 +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);
|
trap_R_RemapShader(shader1, shader2, shader3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// loaddeferred can be both a servercmd and a consolecmd
|
// loaddeferred can be both a servercmd and a consolecmd
|
||||||
|
|
Loading…
Reference in a new issue