You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like additional check currentTimeSeconds != nil solve this problem
--- if hoverXMin < x and y1 + 145 < y and x < x1 + 270 and y < hoverYMin and currentTimeSeconds > gameInfo.gracePeriod then
+++ if hoverXMin < x and y1 + 145 < y and x < x1 + 270 and y < hoverYMin and currentTimeSeconds and currentTimeSeconds > gameInfo.gracePeriod then
Usually "Chicken Panel" widget not loading at the start, and give this messages:
After turn off and turn on in widgets list(F11) "Chicken Panel" widget it works fine
The text was updated successfully, but these errors were encountered: