1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

Fixing TS3 service

This commit is contained in:
Michael (Parker) Parker 2017-05-15 09:38:41 -04:00 committed by GitHub
parent 2de3243040
commit 1b3d9eb683

View File

@ -183,11 +183,11 @@ EOF;
ServiceVariable::updateOrCreate([
'option_id' => $this->option['ts3']->id,
'env_variable' => 'T_VERSION',
'env_variable' => 'TS_VERSION',
], [
'name' => 'Server Version',
'description' => 'The version of Teamspeak 3 to use when running the server.',
'default_value' => '3.1.1.1',
'default_value' => '3.0.13.6',
'user_viewable' => 1,
'user_editable' => 1,
'rules' => 'required|regex:/^([0-9_\.-]{5,10})$/',