mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
make the no shutdown warning developer only (does the user realy need to
see it?)
This commit is contained in:
parent
3f4aa1dc6c
commit
aaf9b953a4
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ PI_UnloadPlugin (plugin_t *plugin)
|
|||
&& plugin->functions->general->p_Shutdown) {
|
||||
plugin->functions->general->p_Shutdown ();
|
||||
} else {
|
||||
Sys_Printf ("Warning: No shutdown function for type %d plugin!\n", plugin->type);
|
||||
Sys_DPrintf ("Warning: No shutdown function for type %d plugin!\n", plugin->type);
|
||||
}
|
||||
if (!plugin->handle) // we didn't load it
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue