mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
check if not already thru white hole
This commit is contained in:
parent
a2cf5d0cf9
commit
16c769d9b3
@ -84,7 +84,8 @@ namespace QSB.MeteorSync.Events
|
||||
throw new Exception("HUGE BRUH MOMENT");
|
||||
}
|
||||
|
||||
if (msg.IsThruWhitehole)
|
||||
if (msg.IsThruWhitehole
|
||||
&& detachableFragment._sector._parentSector != MeteorManager.WhiteHoleVolume._whiteHoleSector)
|
||||
{
|
||||
detachableFragment.ChangeFragmentSector(MeteorManager.WhiteHoleVolume._whiteHoleSector,
|
||||
MeteorManager.WhiteHoleVolume._whiteHoleProxyShadowSuperGroup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user