I hate space indenting

This commit is contained in:
LDDestroier 2018-11-27 17:46:39 -05:00 committed by GitHub
parent 2c03331fa1
commit 5af7963e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -979,8 +979,7 @@ local networking = function()
waitingForGame = false
netKeysDown = {}
os.queueEvent("new_game", gameID)
return 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