This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
Skyblock
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Activity
Browse Source
Ensuring id is defined before trying to hook the target
pull/7/head
Ryan Reed
1 month ago
parent
e0f6a76dac
commit
5e4f49e21c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scenes/ui/waila.gd
+ 1
- 0
scenes/ui/waila.gd
View File
@ -30,6 +30,7 @@ func get_target() -> Block:
func
hook_target
(
id
:
String
)
-
>
void
:
if
not
Globals
.
enable_waila
:
return
if
not
id
:
return
var
item
:
ItemResource
=
DBItems
.
data
[
id
]
name_label
.
text
=
item
.
name
+
"
(
"
+
id
+
"
)
"
Write
Preview
Loading…
Cancel
Save