mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 19:37:44 +01:00
bump cs, fix warnings
This commit is contained in:
parent
d3bd5f1dce
commit
ff36f08d0c
12 changed files with 27 additions and 24 deletions
|
|
@ -275,7 +275,7 @@ internal unsafe class NetworkHandlers : IInternalDisposableService
|
|||
if (uploaderId == 0)
|
||||
{
|
||||
var playerState = PlayerState.Instance();
|
||||
if (playerState->IsLoaded == 1)
|
||||
if (playerState->IsLoaded)
|
||||
{
|
||||
uploaderId = playerState->ContentId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue