theRAPTLab / gsgo

GEM-STEP Foundation repo migrated from GitLab June 2023
1 stars 1 forks source link

`global` agent references are broken #436

Closed benloh closed 1 year ago

benloh commented 2 years ago

e.g.

prop global.counter add 1
propPush global.counter

Error is: "TypeError: Cannot read properties of undefined (reading 'props')"

benloh commented 2 years ago

Fixed in 'global' branch.