Skip to content

Commit

Permalink
Merge pull request rakugoteam#260 from theludovyc/fix#259_character_w…
Browse files Browse the repository at this point in the history
…arnings

fix rakugoteam#259 remove warning in get_character
  • Loading branch information
Jeremi360 authored Oct 21, 2023
2 parents 5181a65 + ded7a37 commit b08c5dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/Rakugo/Rakugo.gd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func get_character(character_tag: String) -> Dictionary:
var character = {}

if character_tag.is_empty():
push_warning("Character tag is empty")
return character

mutex.lock()
Expand Down

0 comments on commit b08c5dc

Please sign in to comment.