Skip to content

Commit 1b3d9eb

Browse files
authored
Fixing TS3 service
1 parent 2de3243 commit 1b3d9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeds/VoiceServiceTableSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ private function addVariables()
183183

184184
ServiceVariable::updateOrCreate([
185185
'option_id' => $this->option['ts3']->id,
186-
'env_variable' => 'T_VERSION',
186+
'env_variable' => 'TS_VERSION',
187187
], [
188188
'name' => 'Server Version',
189189
'description' => 'The version of Teamspeak 3 to use when running the server.',
190-
'default_value' => '3.1.1.1',
190+
'default_value' => '3.0.13.6',
191191
'user_viewable' => 1,
192192
'user_editable' => 1,
193193
'rules' => 'required|regex:/^([0-9_\.-]{5,10})$/',

0 commit comments

Comments
 (0)