Skip to content

Commit

Permalink
Revert "Fix MpNodePoseSyncStateManager was not installed"
Browse files Browse the repository at this point in the history
This reverts commit cc8a7d1.
  • Loading branch information
michael-r-elp committed Aug 30, 2024
1 parent 8e904bb commit 41fff5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Installers/MpAppInstaller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "Patchers/ModeSelectionPatcher.hpp"
#include "Patchers/PlayerCountPatcher.hpp"
#include "Repositories/MpStatusRepository.hpp"
#include "NodePoseSyncState/MpNodePoseSyncStateManager.hpp"

#include "Zenject/DiContainer.hpp"
#include "Zenject/FromBinderNonGeneric.hpp"
Expand All @@ -22,7 +21,6 @@ using namespace MultiplayerCore::Objects;
using namespace MultiplayerCore::Patchers;
using namespace MultiplayerCore::Beatmaps::Providers;
using namespace MultiplayerCore::Repositories;
using namespace MultiplayerCore::NodePoseSyncState;

namespace MultiplayerCore::Installers {
void MpAppInstaller::InstallBindings() {
Expand All @@ -32,8 +30,7 @@ namespace MultiplayerCore::Installers {

// player stuff
container->BindInterfacesAndSelfTo<MpPlayerManager*>()->AsSingle();
container->BindInterfacesAndSelfTo<MpNodePoseSyncStateManager*>()->AsSingle();


// beatmap stuff
container->Bind<MpLevelDownloader*>()->ToSelf()->AsSingle();
container->Bind<MpBeatmapLevelProvider*>()->ToSelf()->AsSingle();
Expand Down

0 comments on commit 41fff5e

Please sign in to comment.