Added horse armor /spawnmob horse:armor<iron|gold|diamond>

This commit is contained in:
okamosy 2013-07-17 18:29:46 +01:00 committed by KHobbits
parent 3aca9f793b
commit 8aac502ab6
3 changed files with 20 additions and 2 deletions

View file

@ -1106,7 +1106,7 @@ public class Settings implements net.ess3.api.ISettings
return config.getInt("max-nick-length", 30);
}
// #easteregg
public int getMaxUserCacheCount()
{
long count = Runtime.getRuntime().maxMemory() / 1024 / 96;