mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: API level == 0
This commit is contained in:
parent
678cd0f130
commit
739ba0bcdd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ namespace Dalamud.Plugin.Internal.Types
|
|||
if (this.Name.IsNullOrEmpty())
|
||||
return false;
|
||||
|
||||
if (this.DalamudApiLevel != 0)
|
||||
if (this.DalamudApiLevel == 0)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue