Make commander and whoer use the distributed messenger

This commit is contained in:
2025-01-15 15:11:52 +01:00
parent c0568075e1
commit 9f4e19104f
2 changed files with 20 additions and 11 deletions

View File

@@ -311,7 +311,8 @@ function shared.Commander.Init()
data = channelname,
message = message
}
table.insert(shared.messenger.queue, msg)
--table.insert(shared.messenger.queue, msg)
table.insert(shared.networkMessenger.queue, msg)
end
end
end