this is a FIX!
In DatabaseManger.cs look for: this.ClientStarvation++;
replace that with this
Code:this.ClientStarvation++; if (this.ClientStarvation >= ((this.Clients.Length + 1) / 2f)) { this.ClientStarvation = 0; this.SetClientAmount((uint) (this.Clients.Length + 1.3)); return this.GetClient(); } DatabaseClient Anonymous = new DatabaseClient(0, this); Anonymous.Connect(); return Anonymous; }


![[UberEmu] DatabaseManager [,Fix]](http://ragezone.com/hyper728.png)



