mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-06-02 15:52:59 +00:00
Optimize TutorialMode.h Filepath in ConsoleGameMode.h
This commit is contained in:
parent
7e96fc7c3f
commit
50bea25064
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "..\Common\Tutorial\TutorialMode.h"
|
||||
#include ".\Tutorial\TutorialMode.h"
|
||||
|
||||
class ConsoleGameMode : public TutorialMode
|
||||
{
|
||||
|
|
@ -7,4 +7,4 @@ public:
|
|||
ConsoleGameMode(int iPad, Minecraft *minecraft, ClientConnection *connection);
|
||||
|
||||
virtual bool isImplemented() { return true; }
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue