Skip to content

Commit

Permalink
Fixed an error when running GLoot with Godot 4.3 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kish committed Jun 1, 2024
1 parent ca19ca8 commit 0fd187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gloot/core/item_protoset.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Utils = preload("res://addons/gloot/core/utils.gd")

const KEY_ID: String = "id"

@export_multiline var json_data :
@export_multiline var json_data: String :
set(new_json_data):
json_data = new_json_data
if !json_data.is_empty():
Expand Down

0 comments on commit 0fd187a

Please sign in to comment.