Fix silly missing words that make all the thing upside-down

master
Yiu Man Ho 2020-09-25 21:06:27 +08:00
parent 1e103668dd
commit 53a7866db0
No known key found for this signature in database
GPG Key ID: 7939838BC85BF618
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ armor.set_player_armor = function(self, player)
local attributes = {}
local levels = {}
local groups = {}
if minetest.settings:get("enable_damage") then
if not minetest.settings:get("enable_damage") then
groups["immortal"] = 1
end
local change = {}