Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Fixes for ALPHA7
Browse files Browse the repository at this point in the history
  • Loading branch information
Awzaw committed Aug 1, 2017
1 parent c1c0887 commit 1b484c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FactionsPro
author: Tethered_
description: A Plugin For Easily Managing Factions
version: 1.3.10-dev1
version: 1.3.10-dev2
main: FactionsPro\FactionMain
api: [3.0.0-ALPHA7]
commands:
Expand Down
1 change: 1 addition & 0 deletions src/FactionsPro/FactionCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,7 @@ public function onCommand(CommandSender $sender, Command $command, string $label
} else {
$this->plugin->getServer()->getLogger()->info($this->plugin->formatMessage("Please run command in game"));
}
return true;
}

public function alphanum($string){
Expand Down

0 comments on commit 1b484c4

Please sign in to comment.