Correct formspec name

This commit is contained in:
rubenwardy 2015-12-04 00:16:16 +00:00
parent 6fdfb28f37
commit 4713d23d3e

View file

@ -65,6 +65,6 @@ minetest.register_chatcommand("rankings", {
table.insert(players, pstat)
end
local fs = ctf_stats.get_formspec("Player Rankings", players)
minetest.show_formspec(name, "a", fs)
minetest.show_formspec(name, "ctf_stats:rankings", fs)
end
})