mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-26 06:26:41 +01:00
fix ID access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user