Skip to content

Commit 2c19db5

Browse files
authored
Merge pull request #292 from Jeremi360/main
Main
2 parents bbf15a7 + af64f17 commit 2c19db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/Rakugo/plugin.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func _enter_tree():
1111
add_autoload_singleton("Rakugo", "res://addons/Rakugo/Rakugo.gd")
1212

1313
# this fix error with enabling plugin in new godot 4.4+ projects
14-
_rakugo = load("res://addons/Rakugo/_rakugo.gd").new()
14+
_rakugo = load("res://addons/Rakugo/Rakugo.gd").new()
1515

1616
# try to import setting from version 2.2
1717
var game_version := ProjectSettings.get_setting("addons/rakugo/game_version", 1.0)

0 commit comments

Comments
 (0)