Cj-bc / mcUI

This is Minecraft based 3D UI project!!!
2 stars 0 forks source link

`ChatCommand.pane create <path>` should contains absolute path as pane.path #35

Open Cj-bc opened 5 years ago

Cj-bc commented 5 years ago

For now, it set pane.path to itself. This mean, when I execute pane create . and cd , the contents of pane could be changed or broken. I need to make the path absolute one before set it.