mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-10 01:24:44 +02:00
Fixed the writer for vminecraftusers
This commit is contained in:
@ -94,11 +94,5 @@ public class vMinecraftListener extends PluginListener {
|
||||
public void onLogin(Player player){
|
||||
vMinecraftUsers.addUser(player);
|
||||
}
|
||||
/** Not working yet, I posted the issue to hMod on github though
|
||||
public boolean onDamage(DamageType type, BaseEntity attacker, BaseEntity defender, int amount) {
|
||||
|
||||
return false;
|
||||
}
|
||||
**/
|
||||
|
||||
}
|
Reference in New Issue
Block a user