aboutsummaryrefslogtreecommitdiffstats
path: root/Gamestates/Multiplayer/InGame.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Gamestates/Multiplayer/InGame.lua')
-rw-r--r--Gamestates/Multiplayer/InGame.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gamestates/Multiplayer/InGame.lua b/Gamestates/Multiplayer/InGame.lua
index 20bf6c4..ba47505 100644
--- a/Gamestates/Multiplayer/InGame.lua
+++ b/Gamestates/Multiplayer/InGame.lua
@@ -36,7 +36,7 @@ function InGame:enter(Local) -- Initialize or reset variables when entering game
InGame.Musiclowlife = love.audio.newSource("Resources/BlueMind midlife.ogg")
InGame.Music = Menu.Music
InGame.Music:setLooping(true)
- if Mute == false then
+ if Config.Mute == false then
InGame.Music:rewind()
end
end