Serverinfo minor fix

This commit is contained in:
rigaer@hotmail.es 2014-05-20 21:02:54 +02:00
parent ef3f8ce91b
commit 29ebf4ee60

View File

@ -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'],