Rename team_* variables + add to deprecated

This commit is contained in:
slawkens
2023-07-13 15:13:15 +02:00
parent e7ef1679a0
commit 48ceada956
4 changed files with 39 additions and 32 deletions

View File

@@ -588,25 +588,25 @@ Sent by MyAAC,<br/>
'options' => ['normal table', 'in boxes, grouped by group id'],
'default' => 1,
],
'team_display_status' => [
'team_status' => [
'name' => 'Display Online Status',
'type' => 'boolean',
'desc' => '',
'default' => true,
],
'team_display_lastlogin' => [
'team_lastlogin' => [
'name' => 'Display Last Login',
'type' => 'boolean',
'desc' => '',
'default' => true,
],
'team_display_world' => [
'team_world' => [
'name' => 'Display World',
'type' => 'boolean',
'desc' => '',
'default' => false,
],
'team_display_outfit' => [
'team_outfit' => [
'name' => 'Display Outfit',
'type' => 'boolean',
'desc' => '',