Merge pull request #355 from daemitus/patch-1

Looks like a typo. Why reset the same thing twice.
This commit is contained in:
goaaats 2021-05-17 18:38:28 +02:00 committed by GitHub
commit 13b64d531f
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