Add sfinv support to email
This commit is contained in:
parent
b7d60d1363
commit
d18c0c88cf
4 changed files with 20 additions and 5 deletions
|
@ -31,7 +31,7 @@ rules.txt = table.concat(items, ",")
|
|||
if minetest.global_exists("sfinv") then
|
||||
sfinv.register_page("rules:rules", {
|
||||
title = "Rules",
|
||||
get = function(player, context)
|
||||
get = function(self, player, context)
|
||||
return ([[
|
||||
size[8,8.6]
|
||||
bgcolor[#080808BB;true]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue