mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Code style fixes.
This commit is contained in:
@@ -32,7 +32,7 @@ end
|
||||
|
||||
local function clients_list_buttonhandler(this, fields)
|
||||
if fields.quit then
|
||||
this:delete()
|
||||
this:delete()
|
||||
return true
|
||||
end
|
||||
return false
|
||||
|
@@ -76,7 +76,7 @@ end
|
||||
|
||||
local function buttonhandler(this, fields)
|
||||
if fields.quit then
|
||||
this:delete()
|
||||
this:delete()
|
||||
return true
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user