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;
|
||||
}
|
||||
|
||||
var qsbAlarmTotem = __instance.GetWorldObject<QSBAlarmTotem>();
|
||||
qsbAlarmTotem.FixedUpdate();
|
||||
__instance.GetWorldObject<QSBAlarmTotem>().FixedUpdate();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -85,8 +84,7 @@ public class AlarmTotemPatches : QSBPatch
|
||||
return true;
|
||||
}
|
||||
|
||||
var qsbAlarmTotem = __instance.GetWorldObject<QSBAlarmTotem>();
|
||||
__result = qsbAlarmTotem.IsVisible();
|
||||
__result = __instance.GetWorldObject<QSBAlarmTotem>().IsVisible();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user