Add 1 million bucks

This commit is contained in:
SilicaAndPina 2021-02-07 16:26:22 +13:00
parent 48c9760599
commit 15eb93ea77
5 changed files with 51 additions and 9 deletions

View file

@ -73,7 +73,7 @@ namespace HISP.Game
Database.SetWeather(Name, value);
foreach(User user in GameServer.GetUsersInIsle(this,true,true))
{
GameServer.UpdateWeather(user.LoggedinClient);
GameServer.UpdateWorld(user.LoggedinClient);
}
}
}