mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Commented out obsolete isGold() method
This commit is contained in:
parent
802be6907d
commit
ac51683161
@ -295,11 +295,11 @@ public class m
|
|||||||
int id = is.getTypeId();
|
int id = is.getTypeId();
|
||||||
return id == 270 || id == 274 || id == 285 || id == 257 || id == 278;
|
return id == 270 || id == 274 || id == 285 || id == 257 || id == 278;
|
||||||
}
|
}
|
||||||
public boolean isGold(ItemStack is)
|
// public boolean isGold(ItemStack is)
|
||||||
{
|
// {
|
||||||
int id = is.getTypeId();
|
// int id = is.getTypeId();
|
||||||
return id == 283 || id == 284 || id == 285 || id == 286 || id == 294 || id == 314 || id == 315 || id == 316 || id == 317;
|
// return id == 283 || id == 284 || id == 285 || id == 286 || id == 294 || id == 314 || id == 315 || id == 316 || id == 317;
|
||||||
}
|
// }
|
||||||
public static void convertToMySQL()
|
public static void convertToMySQL()
|
||||||
{
|
{
|
||||||
if(!LoadProperties.useMySQL)
|
if(!LoadProperties.useMySQL)
|
||||||
|
Loading…
Reference in New Issue
Block a user