mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 16:39:19 +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())
|
if (this.Name.IsNullOrEmpty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (this.DalamudApiLevel != 0)
|
if (this.DalamudApiLevel == 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue