comment typo

This commit is contained in:
JohnCorby 2025-02-25 18:00:25 -08:00
parent 08e5101ad1
commit 67909abd48

View File

@ -67,7 +67,7 @@ public class QSBInflationTrigger : QSBTrigger<CosmicInflationController>
{
var repelVolume = (WhiteHoleFluidVolume)TriggerOwner._repelVolume;
repelVolume.SetVolumeActivation(false);
QSBPlayerManager.ShowAllPlayers(); // seeing all players in big bang is funny so we wawnt them visible
QSBPlayerManager.ShowAllPlayers(); // seeing all players in big bang is funny so i want them visible
TriggerOwner._state = CosmicInflationController.State.Collapsing;
TriggerOwner._stateChangeTime = Time.time;