Spaces:
Running
Running
chat improvement (catch message)
Browse files
cubzh.lua
CHANGED
@@ -405,4 +405,7 @@ Client.OnChat = function(payload)
|
|
405 |
action_format_str = "{protagonist_name} said '{content}' to {target_name}",
|
406 |
content = msg,
|
407 |
})
|
|
|
|
|
|
|
408 |
end
|
|
|
405 |
action_format_str = "{protagonist_name} said '{content}' to {target_name}",
|
406 |
content = msg,
|
407 |
})
|
408 |
+
|
409 |
+
print(payload.message)
|
410 |
+
return true
|
411 |
end
|