mirror of
https://github.com/LDDestroier/CC/
synced 2025-11-13 05:37:25 +00:00
I hate space indenting
This commit is contained in:
2
tron.lua
2
tron.lua
@@ -980,7 +980,6 @@ local networking = function()
|
||||
netKeysDown = {}
|
||||
os.queueEvent("new_game", gameID)
|
||||
return gameID
|
||||
|
||||
elseif msg.gameID == gamename then
|
||||
if not isHost then
|
||||
if type(msg.player) == "table" then
|
||||
@@ -1001,7 +1000,6 @@ local networking = function()
|
||||
player[nou].name = msg.name or player[nou].name
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user