Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 4d2be7b

Browse files
committed
Merge pull request #13 from mcsnetworks/master
mmoParty Update
2 parents d5d2bfd + 17ff609 commit 4d2be7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main/java/mmo/Party/MMOParty.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public void onEnable() {
6363

6464
pm.registerEvents(new PartyDamage(this), this);
6565
pm.registerEvents(new PartyChannel(), this);
66-
66+
pm.registerEvents(this, this);
67+
6768
updateTask = getServer().getScheduler().scheduleSyncRepeatingTask(this,
6869
new Runnable() {
6970
@Override

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: mmoParty
22
main: mmo.Party.MMOParty
3-
version: 1.5
3+
version: 1.6
44
website: http://forums.bukkit.org/threads/31055/
5-
author: Rycochet <rycochet@rycochet.com>
5+
author: Rycochet <rycochet@rycochet.com>, Dockter
66
depend: [Spout,mmoCore]
77
softdepend: [mmoChat]
88

0 commit comments

Comments
 (0)