mirror of
https://github.com/minetest-mods/xban2.git
synced 2025-03-15 04:11:25 +00:00
Remove leftover debugging statement.
This commit is contained in:
parent
8fa41861dd
commit
dc874b5382
1 changed files with 1 additions and 3 deletions
4
gui.lua
4
gui.lua
|
@ -40,9 +40,7 @@ local function make_fs(name)
|
|||
"textlist[4,2;5,5.5;entry;"..ESC(err)..";0]")
|
||||
end
|
||||
end
|
||||
fs = table_concat(fs)
|
||||
print(fs)
|
||||
return fs
|
||||
return table_concat(fs)
|
||||
end
|
||||
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
|
|
Loading…
Add table
Reference in a new issue