We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8195f4 commit 52112abCopy full SHA for 52112ab
src/scripts/main.js
@@ -902,7 +902,7 @@ function draw() {
902
903
SendCount = 0;
904
905
- if(environment.daytime<0 && environment.daytime > -5 &&environment.daytimeSteps<0){
+ if(environment.daytime>50 && environment.daytimeSteps>0){
906
//console.log("daytime event")
907
for(var i = 0; i < allCities.length; i++){
908
//wallCities[i].parkedCars[allCities[i].parkedCars.length-1].moveStack = [];
0 commit comments