1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

Fixed accidentally making everyone invincible.

This commit is contained in:
nossr50
2010-12-13 14:48:06 -08:00
parent e24f6570d5
commit 4af84c3b94

View File

@@ -90,7 +90,7 @@ public class vMinecraftListener extends PluginListener {
senddeath = true;
deadplayer = player.getName();
}
return false;
return true;
}
public void onLogin(Player player){