Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWalruzz committed Nov 28, 2024
1 parent 5324327 commit 81091d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/questify/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Questify"
description="Graph-based quest editor and manager for Godot 4."
author="Paweł \"TheWalruzz\" Radej"
version="1.4.1"
version="1.4.2"
script="plugin.gd"
2 changes: 1 addition & 1 deletion addons/questify/scripts/model/quest_start.gd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func get_completed() -> bool:


func serialize() -> Dictionary:
var data = super()
var data := super()
data.active = active
return data

Expand Down

0 comments on commit 81091d7

Please sign in to comment.