mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +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;
|
break;
|
||||||
|
|
||||||
case 'level':
|
case 'level':
|
||||||
|
case 'experience':
|
||||||
$skill = POT::SKILL_LEVEL;
|
$skill = POT::SKILL_LEVEL;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -180,7 +181,7 @@ else
|
|||||||
<td class="white"><b>Outfit</b></td>
|
<td class="white"><b>Outfit</b></td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<td width="75%" class="white"><b>Name</b></td>
|
<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): ?>
|
<?php if($skill == POT::SKILL__LEVEL): ?>
|
||||||
<td class="white"><b>Points</b></td>
|
<td class="white"><b>Points</b></td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user