This commit is contained in:
Anna 2022-09-09 05:52:10 -04:00
parent b985482929
commit 4410371742
1 changed files with 1 additions and 1 deletions

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 {