RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
787 stars 259 forks source link

Fix onFirstInit running every time when there is JS but no MTS #4906

Open cwisniew opened 2 weeks ago

cwisniew commented 2 weeks ago

Identify the Bug or Feature request

fixes #4905

Description of the Change

The onFirstInit event will run only as intended when there is a JavaScript but no MTScript script defined for the event instead of on every reload.

Possible Drawbacks

Should be none

Documentation Notes

The onFirstInit event will run only as intended when there is a JavaScript but no MTScript script defined for the event instead of on every reload.

Release Notes


This change is Reviewable