mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 00:52:43 +01:00
Fixing TS3 service
This commit is contained in:
parent
2de3243040
commit
1b3d9eb683
@ -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})$/',
|
||||
|
Loading…
Reference in New Issue
Block a user