Fixing the function name in the header

This commit is contained in:
Dustin Hendrickson
2025-05-23 12:56:47 -07:00
parent a2cc3aaad3
commit 06b36677ba
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -46,3 +46,5 @@ local.properties
.loadpath
.project
.cproject
.vscode/
.vsconfig/

View File

@@ -2,6 +2,6 @@
#define MOD_BOT_LEVEL_BRACKETS_H
// Registers the Bot Level Brackets module scripts.
void Addmod_bot_level_bracketsScripts();
void Addmod_player_bot_level_bracketsScripts();
#endif // MOD_BOT_LEVEL_BRACKETS_H