aduermael commited on
Commit
df5dece
1 Parent(s): 6df67ec

chat improvement (catch message)

Browse files
Files changed (1) hide show
  1. cubzh.lua +3 -0
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