1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Removed whitespaces

This commit is contained in:
LeMagnesium
2015-06-10 17:14:58 +02:00
parent 4bc80ddba1
commit f81b8ca677
126 changed files with 954 additions and 954 deletions

View File

@ -12,7 +12,7 @@ local hp_bar = {
function hp_bar:on_step(dtime)
local wielder = self.wielder
if wielder == nil then
if wielder == nil then
self.object:remove()
return
elseif minetest.get_player_by_name(wielder:get_player_name()) == nil then