Commit f553da8
authored
fix: replace usage of nonexistent UI.info method
DragonBox#416 seems to have introduced a bug where an attempt is made to call a method named `info` on the UI interface, but this method doesn't exist. This PR simply changes the call to `UI.message` instead.
Fixes DragonBox#4301 parent 63b721b commit f553da8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments