1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-12 19:20:28 +00:00

Fixed getNames()

This commit is contained in:
LDDestroier 2019-03-05 21:11:03 -05:00 committed by GitHub
parent 9eb62e0fae
commit 5ed13ed39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -845,6 +845,7 @@ server.makeServer = function(verbose)
elseif msg.command == "get_names" then
encTransmit({
command = msg.command .. "_respond",
names = names,
result = true,
}, msgID, msg.id, msg.id)
say("get_names", msg.id)