Fix silly negation

Signed-off-by: Ayane Satomi <ayane@vignetteapp.org>
This commit is contained in:
Ayane Satomi 2022-04-19 02:44:38 +08:00
parent 507a3335b3
commit 28fab2620a

View file

@ -57,7 +57,7 @@ end
function custom_taunts:OnDanceChanged(sid64, newdata)
if not sid64 == LocalPlayer():SteamID64() then return end
if sid64 ~= LocalPlayer():SteamID64() then return end
if newdata.type == INFO_TYPES.Dance then
print("DEBUG: State change to Dance, applying music.")