[UIFeeder] Remove highlighting in the serverinfo feeder
This commit is contained in:
parent
1ba7b44d4d
commit
c0889e25bc
@ -347,7 +347,8 @@ namespace Components
|
|||||||
|
|
||||||
int UIFeeder::CheckSelection(int feeder)
|
int UIFeeder::CheckSelection(int feeder)
|
||||||
{
|
{
|
||||||
if (feeder == 62) return 0;
|
// Changelog and server info (player list) should not have the hover effect
|
||||||
|
if (feeder == 62 || feeder == 13) return 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user