mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-08 14:07:28 +01:00
Added credits; Bumped to version 1.1
This commit is contained in:
parent
1717bb229d
commit
dcdc836b1d
6
init.lua
6
init.lua
@ -1,10 +1,14 @@
|
|||||||
|
-- Original code by Traxie21 and released with the WTFPL license
|
||||||
|
-- https://forum.minetest.net/viewtopic.php?id=4457
|
||||||
|
|
||||||
|
-- Updates by Zeno and ChaosWormz
|
||||||
|
|
||||||
local timeout_delay = 60
|
local timeout_delay = 60
|
||||||
|
|
||||||
-- Set to true to register tpr_admin priv
|
-- Set to true to register tpr_admin priv
|
||||||
local regnewpriv = false
|
local regnewpriv = false
|
||||||
|
|
||||||
local version = "0.2"
|
local version = "1.1"
|
||||||
|
|
||||||
local tpr_list = {}
|
local tpr_list = {}
|
||||||
local tphr_list = {}
|
local tphr_list = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user