Correct formspec name
This commit is contained in:
parent
6fdfb28f37
commit
4713d23d3e
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user