hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
335 stars 169 forks source link

profile is downloaded to /var/games/minecraft regardless of base_directory setting #96

Closed josh4trunks closed 9 years ago

josh4trunks commented 9 years ago

I noticed mineos-node was downloading to /var/games/minecraft even after setting base_directory to /mnt/minecraft. After the jar is downloaded, mineos doesn't show it as so, because I believe it is looking in /mnt/minecraft/profiles.

hexparrot commented 9 years ago

I corrected some errant hardcoded /var/games/minecraft that existed in the profile code and I checked the rest of the codebase and I think that is the last of that poor practice.

josh4trunks commented 9 years ago

Everything seems to be working now. Thanks!