Skip to content

Commit ebedf53

Browse files
committed
add query type from cs 1.6
1 parent 0005ab0 commit ebedf53

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

player-counter/src/Enums/GameQueryType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ enum GameQueryType: string implements HasLabel
1111
case MinecraftJava = 'minecraft';
1212
case MinecraftBedrock = 'minecraftbe';
1313

14+
case Cs16 = 'cs16';
1415
case Rust = 'rust';
1516
case Arma3 = 'arma3';
1617
case ArkSe = 'arkse';
@@ -43,6 +44,10 @@ public function getLabel(): string
4344
return 'FiveM / RedM';
4445
}
4546

47+
if ($this === self::Cs16) {
48+
return 'Counter-Strike 1.6';
49+
}
50+
4651
return str($this->name)->headline();
4752
}
4853

0 commit comments

Comments
 (0)