mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
#278 Rename default_dbg to default_debug
This commit is contained in:
parent
cb2852e88f
commit
d5b2e60e32
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ minetest.register_chatcommand("debug",{
|
|||
minetest.chat_send_player(name, S("Error! Possible values are integer numbers from @1 to @2", 0, 3))
|
||||
return
|
||||
end
|
||||
if dbg == default_dbg then
|
||||
if dbg == default_debug then
|
||||
player_dbg[name] = nil
|
||||
else
|
||||
player_dbg[name] = dbg
|
||||
|
|
Loading…
Reference in a new issue