mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Move consts to global.php
This commit is contained in:
parent
2262c4e882
commit
6ed8f18115
@ -53,9 +53,6 @@ if($settingHighscoresVocationBox && $vocation !== 'all')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const SKILL_FRAGS = -1;
|
|
||||||
const SKILL_BALANCE = -2;
|
|
||||||
|
|
||||||
$skill = POT::SKILL__LEVEL;
|
$skill = POT::SKILL__LEVEL;
|
||||||
if(is_numeric($list))
|
if(is_numeric($list))
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
const SKILL_FRAGS = -1;
|
||||||
|
const SKILL_BALANCE = -2;
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
define('HOOK_STARTUP', ++$i);
|
define('HOOK_STARTUP', ++$i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user