summaryrefslogtreecommitdiff
path: root/myhighscore/scoreboard.lua
diff options
context:
space:
mode:
Diffstat (limited to 'myhighscore/scoreboard.lua')
-rwxr-xr-xmyhighscore/scoreboard.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/myhighscore/scoreboard.lua b/myhighscore/scoreboard.lua
index d8f687e..0c3bb48 100755
--- a/myhighscore/scoreboard.lua
+++ b/myhighscore/scoreboard.lua
@@ -80,7 +80,6 @@ minetest.register_node("myhighscore:score_board", {
local playername = sender:get_player_name()
if fields.gameid then
local event = minetest.explode_textlist_event(fields.gameid)
- print(dump(fields) .. " " .. dump(event))
-- find which game it is
local i, game = 0, nil
repeat