Skip to content

Commit

Permalink
small inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBarii committed Sep 16, 2024
1 parent a90f0e0 commit d07c8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client/Module/Modules/BlockOutline/BlockOutline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BlockOutline : public Module {
static inline std::array<std::byte, 4> outlineColorNewRipRel;

public:
BlockOutline() : Module("BlockOutline", "Changes the block outline color", IDR_BLOCK_PNG, "") {
BlockOutline() : Module("Block Outline", "Changes the block outline color", IDR_BLOCK_PNG, "") {
Module::setup();
};

Expand Down
2 changes: 1 addition & 1 deletion src/Client/Module/Modules/InventoryHUD/InventoryHUD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class InventoryHUD : public Module {

public:

InventoryHUD() : Module("InventoryHUD", "Displays your inventory\non your HUD",
InventoryHUD() : Module("Inventory HUD", "Displays your inventory\non your HUD",
IDR_CHESTPLATE_PNG, "") {
Module::setup();
};
Expand Down

0 comments on commit d07c8b0

Please sign in to comment.