index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
shaders
/
stars_shader
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
.
register_on_joinplayer
(
function
(
player
)
local
cb
=
function
(
player
)
if not
player
or not
player
:
is_player
()
then
\"
[devtest], meant only for testing and development. Use Minetest Game for the real thing."
)
end
minetest
.
after
(
2.0
,
cb
,
player
)
end
)