#278 Rename default_dbg to default_debug

This commit is contained in:
kay27 2022-04-04 03:49:14 +03:00 committed by cora
parent cb2852e88f
commit d5b2e60e32
1 changed files with 1 additions and 1 deletions

View File

@ -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