mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
send command back to player
This commit is contained in:
parent
fb2f17792e
commit
eb937dd512
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ namespace SanAndreasUnity.Chat
|
|||
response = exception.Message;
|
||||
}
|
||||
|
||||
// send command back to player
|
||||
ChatManager.SendChatMessageToPlayer(player, chatMessage);
|
||||
|
||||
// send response back to player
|
||||
if (!string.IsNullOrWhiteSpace(response))
|
||||
ChatManager.SendChatMessageToPlayer(player, response);
|
||||
|
|
Loading…
Add table
Reference in a new issue