ctf_bandages/init.lua: Remove trailing whitespace

This commit is contained in:
ANAND 2020-05-03 12:10:59 +05:30 committed by GitHub
parent 8301a47f6f
commit 266fdd5a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ ctf_bandages = {}
ctf_bandages.heal_percent = 0.75 --Percentage of total HP to be healed
minetest.register_craftitem("ctf_bandages:bandage", {
description = "Bandage\n\n" ..
description = "Bandage\n\n" ..
"Heals teammates for 3-4 HP until target's HP is equal to " ..
ctf_bandages.heal_percent * 100 .. "% of their maximum HP",
inventory_image = "ctf_bandages_bandage.png",