mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 10:09:31 +00:00
fix respawn prompt not appearing
This commit is contained in:
parent
f915b0e294
commit
b51d2d45db
@ -131,7 +131,7 @@ namespace QSB.DeathSync.Patches
|
||||
|
||||
if (canBeInteractedWith)
|
||||
{
|
||||
if (RespawnManager.Instance.RespawnNeeded)
|
||||
if (RespawnManager.Instance.RespawnNeeded && !playerNeedsRefueling && !playerNeedsHealing)
|
||||
{
|
||||
RespawnManager.Instance.RespawnSomePlayer();
|
||||
return false;
|
||||
|
@ -24,7 +24,7 @@ namespace QSB.Player
|
||||
public GameObject CameraBody { get; set; }
|
||||
public GameObject Body { get; set; }
|
||||
public GameObject RoastingStick { get; set; }
|
||||
public bool Visible { get; set; }
|
||||
public bool Visible { get; set; } = true;
|
||||
|
||||
// Tools
|
||||
public GameObject ProbeBody { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user