Skip to content

Commit

Permalink
BSML include should be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp authored Jul 6, 2024
1 parent 10265d4 commit c5bf60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Players/MpPlayerManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "Players/MpPlayerManager.hpp"
#include "bsml/shared/Helpers/delegates.hpp"

#include "BSML/shared/BSML/SharedCoroutineStarter.hpp"
#include "bsml/shared/BSML/SharedCoroutineStarter.hpp"
#include "System/Threading/Tasks/Task_1.hpp"

DEFINE_TYPE(MultiplayerCore::Players, MpPlayerManager);
Expand Down

0 comments on commit c5bf60f

Please sign in to comment.