Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
v2.2 (#5)
Browse files Browse the repository at this point in the history
* v2.2

Added dependencies!

* v2.2

typo
  • Loading branch information
Infernus101 committed Oct 13, 2017
1 parent ab92ceb commit 54c064a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: ProfileUI
author: Infernus101
api: [2.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6, 3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9]
main: Infernus101\Main
version: 2.1
version: 2.2
depend: [FactionsPro, EconomyAPI, PurePerms]
commands:
profile:
description: Player profile UI!
2 changes: 1 addition & 1 deletion src/Infernus101/window/ProfileWindow.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function process(): void {
}

if($this->pl->config->get("faction") == 1){
$f = $manager->getPlugin("Sell");
$f = $manager->getPlugin("FactionsPro");
if($f->isInFaction($name)){
$fac = $f->getPlayerFaction($name);
}
Expand Down

0 comments on commit 54c064a

Please sign in to comment.