mirror of
https://github.com/LDDestroier/CC/
synced 2025-07-02 01:52:57 +00:00
I hate space indenting
This commit is contained in:
parent
2c03331fa1
commit
5af7963e76
4
tron.lua
4
tron.lua
@ -979,8 +979,7 @@ local networking = function()
|
|||||||
waitingForGame = false
|
waitingForGame = false
|
||||||
netKeysDown = {}
|
netKeysDown = {}
|
||||||
os.queueEvent("new_game", gameID)
|
os.queueEvent("new_game", gameID)
|
||||||
return gameID
|
return gameID
|
||||||
|
|
||||||
elseif msg.gameID == gamename then
|
elseif msg.gameID == gamename then
|
||||||
if not isHost then
|
if not isHost then
|
||||||
if type(msg.player) == "table" then
|
if type(msg.player) == "table" then
|
||||||
@ -1001,7 +1000,6 @@ local networking = function()
|
|||||||
player[nou].name = msg.name or player[nou].name
|
player[nou].name = msg.name or player[nou].name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user