Correct formspec name
This commit is contained in:
parent
6fdfb28f37
commit
4713d23d3e
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ minetest.register_chatcommand("rankings", {
|
||||||
table.insert(players, pstat)
|
table.insert(players, pstat)
|
||||||
end
|
end
|
||||||
local fs = ctf_stats.get_formspec("Player Rankings", players)
|
local fs = ctf_stats.get_formspec("Player Rankings", players)
|
||||||
minetest.show_formspec(name, "a", fs)
|
minetest.show_formspec(name, "ctf_stats:rankings", fs)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue