Skip to content

Commit

Permalink
fix(Config/Code): Correct typo (#31)
Browse files Browse the repository at this point in the history
* Fix typo and set default config enable to 0.

* Update my_custom.conf.dist

Add default value to 1, so that it is enabled. On the contrary, the message will not be displayed on the screen otherwise.

---------

Co-authored-by: Walter Pagani <[email protected]>
  • Loading branch information
AnchyDev and pangolp authored Feb 16, 2024
1 parent 1414d69 commit 39410bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "Config.h"
#include "Chat.h"

enum MyPlatyerAcoreString
enum MyPlayerAcoreString
{
HELLO_WORLD = 35410
};
Expand Down

0 comments on commit 39410bb

Please sign in to comment.