Skip to content

Commit 9417c3f

Browse files
committed
Save from crash.
1 parent aa80128 commit 9417c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/vsk_version/vsk_version.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var build_constants = null
1010

1111
func _ready():
1212
if ResourceLoader.exists("build_constants.gd"):
13-
build_constants = preload("build_constants.gd")
13+
build_constants = load("build_constants.gd").new()
1414
else:
1515
print("build_constants.gd does not exist")
1616

0 commit comments

Comments
 (0)