Skip to content

Commit

Permalink
Added required variable
Browse files Browse the repository at this point in the history
  • Loading branch information
onebone committed Nov 10, 2014
1 parent 69a91de commit 727d126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EconomyLand/plugin.yml
Expand Up @@ -9,7 +9,7 @@ api:
- 1.3.1
- 1.4.0
- 1.4.1
version: "2.0.2"
version: "2.0.3"
author: onebone
depend: [EconomyAPI]

Expand Down
2 changes: 2 additions & 0 deletions EconomyLand/src/onebone/economyland/event/LandAddedEvent.php
Expand Up @@ -5,6 +5,8 @@
use pocketmine\event\Event;

class LandAddedEvent extends Event{
public static $handlerList = null;

private $id, $startX, $startZ, $endX, $endZ, $level, $price, $player, $expires;

public function __construct($id, $startX, $startZ, $endX, $endZ, $level, $price, $player, $expires){
Expand Down
2 changes: 2 additions & 0 deletions EconomyLand/src/onebone/economyland/event/LandRemoveEvent.php
Expand Up @@ -6,6 +6,8 @@
use pocketmine\event\Event;

class LandRemoveEvent extends Event implements Cancellable{
public static $handlerList = null;

private $id;

public function __construct($id){
Expand Down

0 comments on commit 727d126

Please sign in to comment.