quick fix so blank messages whatever
This commit is contained in:
@@ -71,6 +71,7 @@ func get_user_color() -> Color:
|
||||
# we just take over - replicate as
|
||||
# much as i can be bothered to
|
||||
func process_message(text: String, local: bool, player, playerhud):
|
||||
if text.replace(" ","") == "": return
|
||||
if DEBUG:
|
||||
var thing = {"text":text,"local":local,"player":player,"playerhud":playerhud,"custom_name":custom_name}
|
||||
print("[LUCYSTOOLS process_message] ", thing)
|
||||
|
Reference in New Issue
Block a user