fix pflanzen wenn roter marker
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user