Skip to content

Commit

Permalink
Make stocks trading require LO access. (#2456)
Browse files Browse the repository at this point in the history
Orders to Quartermaster
  • Loading branch information
Radezolid authored Dec 17, 2024
1 parent 3869043 commit 7b39c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
state: stock_trading
- type: BankClient
- type: AccessReader # This is so that we can restrict who can buy stocks
access: [["Orders"]]
access: [["Quartermaster"]] # Was Orders, should be reverted if order access is removed from cargo technicians.

- type: entity
parent: BaseItem
Expand Down

0 comments on commit 7b39c4b

Please sign in to comment.