mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 03:51:05 +01:00
Fix typo
This commit is contained in:
parent
0e15accada
commit
18a83fa5d7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ minetest.register_privilege("maphack", {
|
|||
})
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
local name = user:get_player_name()
|
||||
local name = player:get_player_name()
|
||||
local fly = false
|
||||
if minetest.is_creative_enabled(name) then
|
||||
fly = true
|
||||
|
|
Loading…
Reference in a new issue