Skip to content

Commit

Permalink
Save from crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Nov 14, 2024
1 parent aa80128 commit 9417c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vsk_version/vsk_version.gd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var build_constants = null

func _ready():
if ResourceLoader.exists("build_constants.gd"):
build_constants = preload("build_constants.gd")
build_constants = load("build_constants.gd").new()
else:
print("build_constants.gd does not exist")

Expand Down

0 comments on commit 9417c3f

Please sign in to comment.