Kill the trailing whitespace

This commit is contained in:
LoneWolfHT 2021-04-05 08:24:00 -07:00 committed by GitHub
parent 4d680e6b6c
commit f774ecff0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ local function paxel_stop(pname, reason)
hud_event.new(pname, {
name = "ctf_classes:paxel_stop",
color = "success",
value = string.format("Pillar digging stopped. Reason: %s. You can use again in %ds", reason or "unknown", DIG_COOLDOWN),
value = string.format("Pillar digging stopped. Reason: %s. You can use again in %ds", reason or "unknown", DIG_COOLDOWN),
})
diggers[pname] = minetest.after(DIG_COOLDOWN, function() diggers[pname] = nil end)