We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TickRules
1 parent 4040a0a commit 0c6b5eaCopy full SHA for 0c6b5ea
src/Features/Speedrun/Rules.cpp
@@ -513,6 +513,12 @@ void SpeedrunTimer::TickRules() {
513
continue;
514
}
515
516
+ auto fromPlayer = SE(portal)->field<CBaseHandle>("m_hFiredByPlayer");
517
+ if (!fromPlayer) {
518
+ portalPositions[slot][i] = {};
519
+ continue;
520
+ }
521
+
522
bool activated = SE(portal)->field<bool>("m_bActivated");
523
if (!activated) {
524
portalPositions[slot][i] = {};
0 commit comments