2 Commits

Author SHA1 Message Date
735152826c version bump 2025-07-30 17:55:58 -05:00
c7b8ad390c quick fix so blank messages whatever 2025-07-30 17:52:12 -05:00
3 changed files with 6 additions and 1 deletions

View File

@@ -59,3 +59,7 @@ initial release
0.7.1
----
- slash command "hotfix"
0.7.2
----
- blank message fix

View File

@@ -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)

View File

@@ -6,7 +6,7 @@
"Metadata": {
"Name": "LucysTools",
"Author": "team_sea_slug",
"Version": "0.7.1",
"Version": "0.7.2",
"Description": "Fixes & Tools for WEBFISHING",
"Homepage": "https://git.ceionia.com/lucia/LucysTools"
}