Enderbyte-Programs / CraftServerSetup

A feature rich TUI Minecraft Server maker
Other
3 stars 0 forks source link

Bedrock server file manager opens wrongly #37

Closed Enderbyte09 closed 2 weeks ago

Enderbyte09 commented 2 weeks ago

This is caused by the current working directory getting set to the CRSS exe dir on Windows. As such, when you click FILE MANAGER, it opens in the craftserversetup executable directory.

SOLUTION:

Use server["dir"] rather than os.getcwd()

Enderbyte09 commented 2 weeks ago

Focus of bugfix 1.40.3

Enderbyte09 commented 2 weeks ago

Fixed 1.40.3