mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 12:33:02 +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;
|
response = exception.Message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// send command back to player
|
||||||
|
ChatManager.SendChatMessageToPlayer(player, chatMessage);
|
||||||
|
|
||||||
// send response back to player
|
// send response back to player
|
||||||
if (!string.IsNullOrWhiteSpace(response))
|
if (!string.IsNullOrWhiteSpace(response))
|
||||||
ChatManager.SendChatMessageToPlayer(player, response);
|
ChatManager.SendChatMessageToPlayer(player, response);
|
||||||
|
|
Loading…
Reference in a new issue