Skip to content

Commit 33262cf

Browse files
committed
Set correct console frequency
1 parent e4ef8ca commit 33262cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/Server/ServerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getIndex(Request $request, $uuid)
5555
],
5656
'config' => [
5757
'console_count' => config('pterodactyl.console.count'),
58-
'console_freq' => config('pterodactyl.console.freq'),
58+
'console_freq' => config('pterodactyl.console.frequency'),
5959
],
6060
]);
6161

@@ -80,7 +80,7 @@ public function getConsole(Request $request, $uuid)
8080
$server->js([
8181
'config' => [
8282
'console_count' => config('pterodactyl.console.count'),
83-
'console_freq' => config('pterodactyl.console.freq'),
83+
'console_freq' => config('pterodactyl.console.frequency'),
8484
],
8585
]);
8686

0 commit comments

Comments
 (0)