forked from MagicBane/Server
Effectbase updated with new enum
This commit is contained in:
@@ -759,7 +759,7 @@ public class Enum {
|
||||
STEAL,
|
||||
DRAIN;
|
||||
|
||||
public static DamageType GetDamageType(String modName) {
|
||||
public static DamageType getDamageType(String modName) {
|
||||
DamageType damageType;
|
||||
if (modName.isEmpty())
|
||||
return DamageType.NONE;
|
||||
|
||||
Reference in New Issue
Block a user