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