knowyt/client/src/plugins/engine/stop.js
2021-08-13 00:30:17 +02:00

5 lines
84 B
JavaScript

export default function() {
if (!this.isActive) return
this.shouldStop = true
}