mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 19:04:32 +00:00
hit a wall
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include <memory>
|
||||
#include "../../Minecraft.h"
|
||||
#include "../../MultiplayerLocalPlayer.h"
|
||||
#include "../../MultiPlayerLocalPlayer.h"
|
||||
#include "../../MultiPlayerLevel.h"
|
||||
#include "../../../Minecraft.World/Inventory.h"
|
||||
#include "../../../Minecraft.World/net.minecraft.world.item.h"
|
||||
@@ -121,4 +121,4 @@ void TutorialMode::attack(shared_ptr<Player> player, shared_ptr<Entity> entity)
|
||||
bool TutorialMode::isInputAllowed(int mapping)
|
||||
{
|
||||
return tutorial->m_allTutorialsComplete || tutorial->isInputAllowed( mapping );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user