Kill the trailing whitespace
This commit is contained in:
parent
4d680e6b6c
commit
f774ecff0f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue