From daaa472dfef5268e610dab780453de24ef564cab Mon Sep 17 00:00:00 2001 From: Fernando Matos Date: Sat, 26 Dec 2020 18:14:36 -0300 Subject: [PATCH] Remove unnecessary top player retrievement at network box --- templates/tibiacom/boxes/networks.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/tibiacom/boxes/networks.php b/templates/tibiacom/boxes/networks.php index 7f1faee7..d0fa9dc1 100644 --- a/templates/tibiacom/boxes/networks.php +++ b/templates/tibiacom/boxes/networks.php @@ -1,5 +1,3 @@ display('networks.html.twig', array( - 'topPlayers' => getTopPlayers(5) -)); +$twig->display('networks.html.twig');