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 newPlantState = isAbleToPlant();
|
||||
lastPlantingState = isAbleToPlant();
|
||||
|
||||
var markerColor: [number, number, number, number] = [0, 255, 0, 255];
|
||||
if (!newPlantState) {
|
||||
|
||||
Reference in New Issue
Block a user