naming adjustments

This commit is contained in:
Stanley Dimant 2022-09-01 21:40:23 +02:00
parent 652b357341
commit 2317d28b39
8 changed files with 34 additions and 34 deletions

View file

@ -415,7 +415,7 @@ namespace Dalamud.Game
}
else
{
this.Update?.Raise(this);
this.Update?.InvokeSafely(this);
}
}