Crab King's boss music plays at all times for clients, this is because the check necessary for making the music not play depends on the stategraph, which is only initalized on the server side.
local function PushMusic(inst) if ThePlayer == nil or (inst.sg and inst.sg:HasStateTag("inert")) then inst._playingmusic = false
Instead of checking for a state tag, the check should just use a basic "inst:HasTag" call.
Steps to Reproduce
1. Go to Crab King as a client
2. Notice boss music plays despite him not being active
-
1
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now