🆙 Fix missing transolations 🆙

This commit is contained in:
Remco
2026-02-02 20:03:56 +01:00
parent 883cbbbfeb
commit 487203436b
20 changed files with 57 additions and 14 deletions
+4 -3
View File
@@ -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
*/