Skip to content

Commit 39410bb

Browse files
AnchyDevpangolp
andauthored
fix(Config/Code): Correct typo (#31)
* 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]>
1 parent 1414d69 commit 39410bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyPlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "Config.h"
88
#include "Chat.h"
99

10-
enum MyPlatyerAcoreString
10+
enum MyPlayerAcoreString
1111
{
1212
HELLO_WORLD = 35410
1313
};

0 commit comments

Comments
 (0)