Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Typo in text sent to console log by setAttrs

1457993381
James
Sheet Author
Line 118 of sheetsandboxworker.js has a typo in the text sent to the console. It is part of setAttrs but the text refers to getAttrs. self.setAttrs = function(values, options, callback) { if(_activeCharacterId === false) { console.log("Character Sheet Error: Trying to do getAttrs when no character is active in sandbox."); return; } ...
1458584979
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
This will be fixed on the next update.