mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
my nuts
This commit is contained in:
parent
856d980301
commit
336e08cf4f
@ -69,8 +69,7 @@ public class AlarmTotemPatches : QSBPatch
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var qsbAlarmTotem = __instance.GetWorldObject<QSBAlarmTotem>();
|
__instance.GetWorldObject<QSBAlarmTotem>().FixedUpdate();
|
||||||
qsbAlarmTotem.FixedUpdate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -85,8 +84,7 @@ public class AlarmTotemPatches : QSBPatch
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
var qsbAlarmTotem = __instance.GetWorldObject<QSBAlarmTotem>();
|
__result = __instance.GetWorldObject<QSBAlarmTotem>().IsVisible();
|
||||||
__result = qsbAlarmTotem.IsVisible();
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user