fix ID access

This commit is contained in:
Kashargul
2024-09-11 18:26:35 +02:00
committed by GitHub
parent a181941b7c
commit 100f1d8fd9
2 changed files with 5 additions and 1 deletions
@@ -124,7 +124,7 @@
. = TRUE
if("claim")
if(istype(inserted_id))
if(access_mining_station in inserted_id.access)
if(access_mining_station in inserted_id.GetAccess())
inserted_id.mining_points += machine.points
machine.points = 0
else