Version to 11.0

This commit is contained in:
ryanhamshire 2015-03-02 20:32:44 -08:00
parent 394a6b279d
commit 8f85092618
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ main: me.ryanhamshire.GriefPrevention.GriefPrevention
softdepend: [Vault, Multiverse-Core, My Worlds, MystCraft, Transporter, TheUnderground, WorldGuard, WorldEdit] softdepend: [Vault, Multiverse-Core, My Worlds, MystCraft, Transporter, TheUnderground, WorldGuard, WorldEdit]
dev-url: http://dev.bukkit.org/server-mods/grief-prevention dev-url: http://dev.bukkit.org/server-mods/grief-prevention
loadbefore: [TheUnderground] loadbefore: [TheUnderground]
version: 10.9 version: 11.0
commands: commands:
abandonclaim: abandonclaim:
description: Deletes a claim. description: Deletes a claim.

View File

@ -1096,7 +1096,7 @@ class PlayerEventHandler implements Listener
public void onPlayerPickupItem(PlayerPickupItemEvent event) public void onPlayerPickupItem(PlayerPickupItemEvent event)
{ {
Player player = event.getPlayer(); Player player = event.getPlayer();
GriefPrevention.AddLogEntry("player pickup item event");
//FEATURE: lock dropped items to player who dropped them //FEATURE: lock dropped items to player who dropped them
//who owns this stack? //who owns this stack?