mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* fixed wrong name of the skill in highscores for balance (was showing "level" instead of "balance")
This commit is contained in:
parent
05e15ce9ad
commit
8ce791368c
@ -81,6 +81,7 @@ else
|
||||
break;
|
||||
|
||||
case 'level':
|
||||
case 'experience':
|
||||
$skill = POT::SKILL_LEVEL;
|
||||
break;
|
||||
|
||||
@ -180,7 +181,7 @@ else
|
||||
<td class="white"><b>Outfit</b></td>
|
||||
<?php endif; ?>
|
||||
<td width="75%" class="white"><b>Name</b></td>
|
||||
<td width="15%" class="white"><b><?php echo ($skill != SKILL_FRAGS ? 'Level' : $skill == SKILL_BALANCE ? 'Balance' : 'Frags'); ?></b></td>
|
||||
<td width="15%" class="white"><b><?php echo ($skill != SKILL_FRAGS && $skill != SKILL_BALANCE ? 'Level' : ($skill == SKILL_BALANCE ? 'Balance' : 'Frags')); ?></b></td>
|
||||
<?php if($skill == POT::SKILL__LEVEL): ?>
|
||||
<td class="white"><b>Points</b></td>
|
||||
<?php endif; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user