From 29ebf4ee60f22743496f12a71015bfbe02608618 Mon Sep 17 00:00:00 2001 From: "rigaer@hotmail.es" Date: Tue, 20 May 2014 21:02:54 +0200 Subject: [PATCH] Serverinfo minor fix --- serverinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverinfo.php b/serverinfo.php index 24289bf..8f54f0a 100644 --- a/serverinfo.php +++ b/serverinfo.php @@ -42,7 +42,7 @@ $information = array( 'World type' => $lua_path['worldType'], 'Protection level' => $lua_path['protectionLevel'], - 'Kills to red skull' => $lua_path['protectionLevel'], + 'Kills to red skull' => $lua_path['killsToRedSkull'], 'Kills to black skull' => $lua_path['killsToBlackSkull'], 'Remove ammo' => $lua_path['removeAmmoWhenUsingDistanceWeapon'], 'Remove runes' => $lua_path['removeChargesFromRunes'],