Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
735152826c | |||
c7b8ad390c |
@@ -59,3 +59,7 @@ initial release
|
||||
0.7.1
|
||||
----
|
||||
- slash command "hotfix"
|
||||
|
||||
0.7.2
|
||||
----
|
||||
- blank message fix
|
||||
|
@@ -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)
|
||||
|
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user