quick fix so blank messages whatever

This commit is contained in:
2025-07-30 17:52:12 -05:00
parent f61049daf7
commit c7b8ad390c

View File

@@ -71,6 +71,7 @@ func get_user_color() -> Color:
# we just take over - replicate as # we just take over - replicate as
# much as i can be bothered to # much as i can be bothered to
func process_message(text: String, local: bool, player, playerhud): func process_message(text: String, local: bool, player, playerhud):
if text.replace(" ","") == "": return
if DEBUG: if DEBUG:
var thing = {"text":text,"local":local,"player":player,"playerhud":playerhud,"custom_name":custom_name} var thing = {"text":text,"local":local,"player":player,"playerhud":playerhud,"custom_name":custom_name}
print("[LUCYSTOOLS process_message] ", thing) print("[LUCYSTOOLS process_message] ", thing)