Looks like a typo. Why reset the same thing twice.

This commit is contained in:
Raymond 2021-05-17 12:33:40 -04:00 committed by GitHub
parent 5d1537b3ed
commit d9af7d0f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ namespace Dalamud
this.unloadSignal.Reset();
this.finishUnloadSignal = finishSignal;
this.unloadSignal.Reset();
this.finishUnloadSignal.Reset();
}
#region Native Game Subsystems