Merge pull request #126 from Alvaritos/master

Serverinfo minor fix
This commit is contained in:
Stefan A. Brannfjell 2014-05-21 01:44:16 +02:00
commit 340b09348e

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