Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beds/Boats not showing in correct place. #1

Closed
iaidan opened this issue Jan 14, 2019 · 6 comments
Closed

Beds/Boats not showing in correct place. #1

iaidan opened this issue Jan 14, 2019 · 6 comments

Comments

@iaidan
Copy link

iaidan commented Jan 14, 2019

Hi,

It looks like the beds/boats aren't being adjusted into place correct, I plan on looking into why but don't have the time just now.

image

@sakurasammi
Copy link

Your server grid size is set incorrectly

@iaidan
Copy link
Author

iaidan commented Jan 16, 2019

I can assure you it isnt, it's set on 3x3.

const config = {
ServersX: 3,
ServersY: 3,
Suggestions: [
"spawnshipfast name",
"spawnbed name",
"destroyall",
]
}

@smooreace
Copy link

smooreace commented Jan 16, 2019 via email

@GrapeshotGames
Copy link
Owner

After you changed that to 3x3 did you restart the binary? I've found that go can cache some things pretty well. So do that and also clear your browser cache to see if it gets all better. It does look like the values aren't set but I'm guessing it's a caching change. Hope this helps!

@sakurasammi
Copy link

I can assure you it isnt, it's set on 3x3.

const config = {
ServersX: 3,
ServersY: 3,
Suggestions: [
"spawnshipfast name",
"spawnbed name",
"destroyall",
]
}

You also need to change it in the config.js in the www folder

@iaidan
Copy link
Author

iaidan commented Jan 16, 2019

I updated it, seemed to fix their positions.

It's not very well done for the beds and boats, zoom doesn't affect them.

This can be closed.

@iaidan iaidan closed this as completed Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants