Skip to content

Commit

Permalink
feat: missing configuration warning (opentibiabr#2698)
Browse files Browse the repository at this point in the history
When a configuration is missing in config.lua, you will get a warning in console.
You can ignore the warning and, this way, the default value will be used.
With the warning, you dont need to conflict your config.lua with configmanager.
  • Loading branch information
lamonato29 authored and pasturryx committed Aug 1, 2024
1 parent 7ddc4af commit 33961de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config_enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ enum ConfigKey_t : uint16_t {
AIMBOT_HOTKEY_ENABLED,



ALLOW_BLOCK_SPAWN,

ALLOW_CHANGEOUTFIT,
Expand Down

0 comments on commit 33961de

Please sign in to comment.