Skip to content

Commit

Permalink
Patch.
Browse files Browse the repository at this point in the history
Patch.
  • Loading branch information
xzripper committed May 10, 2024
1 parent c91160d commit 3c31dfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jlocalizer/Localization.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ public Localization(LocalizationPack locPack_) {
locPack = locPack_;
}

/**
* Is pack loaded successfully.
*/
public boolean isLoaded() {
return locPack.isLoaded();
}

/**
* Set language by default.
*/
Expand Down

0 comments on commit 3c31dfd

Please sign in to comment.