fix build

This commit is contained in:
Iaccidentally 2012-11-04 19:04:10 -05:00
parent a50b0ac71d
commit 9d98edb4ee

View file

@ -801,4 +801,10 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public int getAmbientSpawnLimit()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}