hit a wall

This commit is contained in:
Leah Anderson
2026-03-03 09:29:08 -07:00
parent 88c850bc42
commit 5a3768ce36
12 changed files with 22 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
#include <string>
#include <unordered_map>
#include "../../Minecraft.h"
#include "../../MultiplayerLocalPlayer.h"
#include "../../MultiPlayerLocalPlayer.h"
#include "Tutorial.h"
#include "TutorialConstraints.h"
#include "ControllerTask.h"
@@ -120,4 +120,4 @@ void ControllerTask::setAsCurrentTask(bool active /*= true*/)
{
TutorialTask::setAsCurrentTask(active);
enableConstraints(!active);
}
}