mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Fix inverted logic.
This commit is contained in:
parent
62aa9cabbe
commit
c5211ab779
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public class PenumbraAutoRedraw : IDisposable, IRequiredService
|
|||
{
|
||||
// Only update once per frame.
|
||||
var playerName = _penumbra.GetCurrentPlayerCollection();
|
||||
if (playerName == name)
|
||||
if (playerName != name)
|
||||
return;
|
||||
|
||||
var currentFrame = _framework.LastUpdateUTC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue