This commit is contained in:
Anna 2022-09-09 05:52:10 -04:00
parent bed47cbd2d
commit ccbfd71f96
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -99,7 +99,7 @@ internal class Messages : IDisposable {
var nowGpose = this.GposeActive;
var gposeChanged = this._inGpose != nowGpose;
if (this.Plugin.Config.DisableInGpose && this.GposeActive) {
if (this.Plugin.Config.DisableInGpose && gposeChanged) {
if (nowGpose) {
this.RemoveVfx();
} else {