Skip to content

Commit

Permalink
Fix broken plugin name (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner authored Jan 20, 2024
1 parent 730b4d7 commit ad7f4b7
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 ad7f4b7

Please sign in to comment.