mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-19 05:32:51 +00:00
Update ccbn.lua
This commit is contained in:
parent
be760921db
commit
94383cb44f
2
ccbn.lua
2
ccbn.lua
@ -1385,8 +1385,10 @@ local interpretNetMessage = function(msg)
|
||||
elseif msg.gameID == gameID then
|
||||
if isHost then
|
||||
if msg.command == "set_controls" then
|
||||
if players[msg.pID] then
|
||||
players[msg.pID].control = msg.control
|
||||
end
|
||||
end
|
||||
else
|
||||
if msg.command == "get_state" then
|
||||
os.queueEvent("ccbn_get_state", {
|
||||
|
Loading…
Reference in New Issue
Block a user