You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: JSBridge causes arc.util.Timer to clash with java.util.Timer, throwing an error and referencing the wrong class.
First Timer reference call: Throws an ambiguous import error, then makes all future Timer reference calls refer to java.util.Timer instead. This breaks every single console-runnable script that uses arc.util.Timer.
First Timer reference call with a mod enabled that references arc.util.Timer: Returns the intended class: arc.util.Timer.
The text was updated successfully, but these errors were encountered:
Mindustry Version: 140.4
Project Unity Build: https://github.com/AvantTeam/ProjectUnityPublic/actions/runs/3704705557
Issue: JSBridge causes
arc.util.Timer
to clash withjava.util.Timer
, throwing an error and referencing the wrong class.First
Timer
reference call: Throws an ambiguous import error, then makes all futureTimer
reference calls refer tojava.util.Timer
instead. This breaks every single console-runnable script that usesarc.util.Timer
.First
Timer
reference call with a mod enabled that referencesarc.util.Timer
: Returns the intended class:arc.util.Timer
.The text was updated successfully, but these errors were encountered: