mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
fix crashes
This commit is contained in:
parent
bbd715a464
commit
456cc2943b
2 changed files with 2 additions and 2 deletions
|
@ -1506,7 +1506,7 @@ namespace HISP.Game
|
|||
{
|
||||
string message = Messages.CityHallTop25ExperiencedPlayers;
|
||||
int placing = 1;
|
||||
foreach (int userId in Database.GetAdventurousPlayers())
|
||||
foreach (int userId in Database.GetExperiencedPlayers())
|
||||
{
|
||||
string username = Database.GetUsername(userId);
|
||||
int exp = Database.GetExperience(userId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue