Skip to content

Commit

Permalink
fix (#13715)
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaPikachuska authored Jan 10, 2025
1 parent 98d099c commit fab623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/PDA/PDA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
data["orders_and_offers"] = orders_and_offers_frontend

var/list/shopping_cart_frontend = list()
if(MA.shopping_cart.len)
if(MA?.shopping_cart.len)
for(var/index in MA.shopping_cart)
var/list/Item = MA.shopping_cart[index]
shopping_cart_frontend.len++
Expand Down

0 comments on commit fab623c

Please sign in to comment.