Skip to content

Commit

Permalink
Remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Aug 24, 2023
1 parent e161cd4 commit 0935419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/Core/includes/endpoints/UpdateGroupsEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function execute(Nameless2API $api): void {

if (!Settings::get('mc_integration') || $server_id != Settings::get('group_sync_mc_server')) {
$api->returnArray(['message' => $api->getLanguage()->get('api', 'groups_updates_ignored')]);
return;
}

$group_sync_log = [];
Expand Down

0 comments on commit 0935419

Please sign in to comment.