Skip to content

Commit

Permalink
Fix broken plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Jan 20, 2024
1 parent 730b4d7 commit a567995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ signal dialogic_save

## Initialization
func _init() -> void:
self.name = PLUGIN_NAME
self.name = "DialogicPlugin"


#region ACTIVATION & EDITOR SETUP
Expand Down

0 comments on commit a567995

Please sign in to comment.