mirror of
https://github.com/LDDestroier/CC/
synced 2024-12-13 19:50:29 +00:00
Fixed getNames()
This commit is contained in:
parent
9eb62e0fae
commit
5ed13ed39a
@ -845,6 +845,7 @@ server.makeServer = function(verbose)
|
|||||||
elseif msg.command == "get_names" then
|
elseif msg.command == "get_names" then
|
||||||
encTransmit({
|
encTransmit({
|
||||||
command = msg.command .. "_respond",
|
command = msg.command .. "_respond",
|
||||||
|
names = names,
|
||||||
result = true,
|
result = true,
|
||||||
}, msgID, msg.id, msg.id)
|
}, msgID, msg.id, msg.id)
|
||||||
say("get_names", msg.id)
|
say("get_names", msg.id)
|
||||||
|
Loading…
Reference in New Issue
Block a user