mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix exception when characters.frags enabled on TFS 1.x
This commit is contained in:
parent
d7333b3f21
commit
ee6e68d0bf
@ -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