Nimdy / Dedicated_Valheim_Server_Script

Valheim Server Manager . Supports: ValheimPlus, Bepinex, Multi-world, Multi-Lang, Update, Backup, Restore and more: Built for Linux
GNU Affero General Public License v3.0
697 stars 120 forks source link

[BUG] World folder wrong path #293

Closed Terule closed 1 year ago

Terule commented 1 year ago

Describe the bug The function get_worldseed() and display_world_data_folder() are broken because they reference the path ${worldpath}/${worldname}/worlds/${worldname}.fwl $worldpath/$worldname/worlds

but as you can see in the screenshot the correct path is "worlds_local"

Post your logs: cat /var/log/syslog* | grep Info

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior See the seed or folder info

Screenshots Screenshot 2022-12-04 084421

Hosting Company (please complete the following information):

Additional context Add any other context about the problem here.

Nimdy commented 1 year ago

checking

Nimdy commented 1 year ago

Fixed

image