Github Ticket #361

This commit is contained in:
Tercio Jose
2022-10-03 08:42:51 -03:00
parent accfc86d8b
commit ffd4ba2cf0
3 changed files with 318 additions and 548 deletions
+10
View File
@@ -967,6 +967,16 @@ function SlashCmdList.DETAILS (msg, editbox)
end
--> debug
elseif (command == "debugnet") then
if (_detalhes.debugnet) then
_detalhes.debugnet = false
print(Loc["STRING_DETAILS1"] .. "net diagnostic mode has been turned off.")
return
else
_detalhes.debugnet = true
print(Loc["STRING_DETAILS1"] .. "net diagnostic mode has been turned on.")
end
elseif (command == "debug") then
if (_detalhes.debug) then
_detalhes.debug = false