Skip to content

Commit

Permalink
StatusList: Wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
robske110 committed Aug 28, 2017
1 parent 445bb02 commit c44d32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/StatusList/src/robske_110/SL/StatusList.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class StatusList extends PluginBase{
/** @var StatusListManager */
private $statusListManager;
/** @var array */
private $ownedServer;
private $ownedServers;

public function onEnable(){
@mkdir($this->getDataFolder());
Expand Down

0 comments on commit c44d32a

Please sign in to comment.