mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +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…
Reference in a new issue