mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Serverinfo minor fix
This commit is contained in:
parent
ef3f8ce91b
commit
29ebf4ee60
@ -42,7 +42,7 @@ $information = array(
|
|||||||
|
|
||||||
'World type' => $lua_path['worldType'],
|
'World type' => $lua_path['worldType'],
|
||||||
'Protection level' => $lua_path['protectionLevel'],
|
'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'],
|
'Kills to black skull' => $lua_path['killsToBlackSkull'],
|
||||||
'Remove ammo' => $lua_path['removeAmmoWhenUsingDistanceWeapon'],
|
'Remove ammo' => $lua_path['removeAmmoWhenUsingDistanceWeapon'],
|
||||||
'Remove runes' => $lua_path['removeChargesFromRunes'],
|
'Remove runes' => $lua_path['removeChargesFromRunes'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user