no need to do flicker on remote receive here anymore

This commit is contained in:
JohnCorby 2021-12-30 21:13:29 -08:00
parent 16ab6f01bf
commit 6791e3109d

View File

@ -22,7 +22,6 @@ namespace QSB.EyeOfTheUniverse.ForestOfGalaxies.Messages
controller._warpFlickerActivated = true;
controller._warpTime = Time.time + 0.5f;
GlobalMessenger<float, float>.FireEvent(OWEvents.FlickerOffAndOn, 0.5f, 0.5f);
}
}
}