@3dsource/angular-unreal-module 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3336,7 +3336,6 @@ class AFKService extends SubService {
|
|
|
3336
3336
|
this.active = false;
|
|
3337
3337
|
this.countdown = this.closeTimeout;
|
|
3338
3338
|
this.updateCountDown(this.countdown);
|
|
3339
|
-
// eslint-disable-next-line eqeqeq
|
|
3340
3339
|
if (InputOptions.controlScheme == EControlSchemeType.LockedMouse) {
|
|
3341
3340
|
document.exitPointerLock();
|
|
3342
3341
|
}
|