fix x
This commit is contained in:
@@ -173,7 +173,7 @@ export default function hanfSystem(globalData: IGlobalData) {
|
|||||||
lastPlantingState = isAbleToPlant();
|
lastPlantingState = isAbleToPlant();
|
||||||
|
|
||||||
var markerColor: [number, number, number, number] = [0, 255, 0, 255];
|
var markerColor: [number, number, number, number] = [0, 255, 0, 255];
|
||||||
if (!newPlantState) {
|
if (!lastPlantingState) {
|
||||||
markerColor = [255, 0, 0, 255];
|
markerColor = [255, 0, 0, 255];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user