You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix missing transolations 🆙
This commit is contained in:
@@ -13,14 +13,17 @@ class ExternalTextsParser
|
||||
'flash' => [],
|
||||
];
|
||||
}
|
||||
|
||||
public function updateNitroBadgeTexts(string $code, string $title, string $description): void
|
||||
{
|
||||
// stub
|
||||
}
|
||||
|
||||
public function updateFlashBadgeTexts(string $code, string $title, string $description): void
|
||||
{
|
||||
// stub
|
||||
}
|
||||
|
||||
public function getBadgeImageUrl(string $badgeCode): string
|
||||
{
|
||||
return '';
|
||||
|
||||
@@ -258,9 +258,10 @@ class RconService
|
||||
/**
|
||||
* Send an RCON command safely from dashboard with error handling
|
||||
*
|
||||
* @param string $command The command to send
|
||||
* @param array $params The parameters for the command
|
||||
* @param string $errorMessage The error message to log if command fails
|
||||
* @param string $command The command to send
|
||||
* @param array $params The parameters for the command
|
||||
* @param string $errorMessage The error message to log if command fails
|
||||
*
|
||||
* @throws RconConnectionException
|
||||
* @throws JsonException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user