mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Fix exception when characters.frags enabled on TFS 1.x
(cherry picked from commit ee6e68d0bf9417f3193bcfd4ea2920d8430806db)
This commit is contained in:
parent
054b40e358
commit
6ce6eee529
@ -326,7 +326,7 @@ WHERE killers.death_id = '".$death['id']."' ORDER BY killers.final_hit DESC, kil
|
||||
|
||||
$frags = array();
|
||||
$frag_add_content = '';
|
||||
if($config['characters']['frags'])
|
||||
if($config['characters']['frags'] && $db->hasTable('killers'))
|
||||
{
|
||||
//frags list by Xampy
|
||||
$i = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user