mirror of
https://github.com/slawkens/myaac.git
synced 2026-04-23 02:43:31 +02:00
gameplay & groups are also not needed [skip ci]
This commit is contained in:
@@ -15,7 +15,7 @@ class Config
|
|||||||
$files = glob($path . '*.toml');
|
$files = glob($path . '*.toml');
|
||||||
|
|
||||||
// filter files we don't need
|
// filter files we don't need
|
||||||
$ignore = ['account_manager', 'mounts', 'object_pools', 'outfits', 'scripts'];
|
$ignore = ['account_manager', 'gameplay', 'groups', 'mounts', 'object_pools', 'outfits', 'scripts'];
|
||||||
$files = array_filter($files, function ($file) use ($ignore) {
|
$files = array_filter($files, function ($file) use ($ignore) {
|
||||||
foreach ($ignore as $item) {
|
foreach ($ignore as $item) {
|
||||||
if (str_contains($file, $item)) {
|
if (str_contains($file, $item)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user