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

time in world "world" is between 20:00 and 04:00 bugs out #45

Open
Pilvinen opened this issue Oct 5, 2015 · 0 comments
Open

time in world "world" is between 20:00 and 04:00 bugs out #45

Pilvinen opened this issue Oct 5, 2015 · 0 comments

Comments

@Pilvinen
Copy link

Pilvinen commented Oct 5, 2015

on every 1 seconds:
if time in world "world" is between 19:00 and 05:30:
broadcast " DEBUG: It is night"
else:
broadcast " DEBUG: It is day"

You will always get " DEBUG: It is day" no matter what the time is.

To work around the bug it is possible to check if the time is more than 19:00 and add another condition with a check if the time is less than 05:30 and set a variable if either condition is true but it would be nice to get this fixed.

(And if I remember correctly the verbal times "day, dusk, dawn, night" etc are also buggy if you want to look into that but it's been a while since I last used those - because of the bugs - so I can't elaborate on this.)

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

1 participant