fix pflanzen wenn roter marker

This commit is contained in:
hydrant
2021-05-29 00:08:38 +02:00
parent 0b498ad6ae
commit 53a2d8847b

View File

@@ -170,7 +170,7 @@ export default function hanfSystem(globalData: IGlobalData) {
var player = mp.players.local; var player = mp.players.local;
var newPlantState = 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 (!newPlantState) {