mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix OTHIRE bug introduced in last commit.
This commit is contained in:
@@ -185,9 +185,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
|
|||||||
: " `p`.`soul`, `p`.`stamina`,";
|
: " `p`.`soul`, `p`.`stamina`,";
|
||||||
|
|
||||||
if ($config['client'] < 780) {
|
if ($config['client'] < 780) {
|
||||||
$soulStamina = (in_array($config['ServerEngine'], ['TFS_10']))
|
$soulStamina = " 0 AS `soul`, 0 AS `stamina`,";
|
||||||
? " 0 AS `soul`, 0 AS `stamina`,"
|
|
||||||
: " 0 AS `p`.`soul`, 0 AS `p`.`stamina`,";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$player_query = (in_array($config['ServerEngine'], ['TFS_10']))
|
$player_query = (in_array($config['ServerEngine'], ['TFS_10']))
|
||||||
|
Reference in New Issue
Block a user