Fixed client/weather returning the wrong date
This commit is contained in:
@@ -46,7 +46,7 @@ public class WeatherGenerator
|
||||
*/
|
||||
public void CalculateGameTime(WeatherData data)
|
||||
{
|
||||
var computedDate = new DateTime();
|
||||
var computedDate = DateTime.Now;
|
||||
var formattedDate = this._timeUtil.FormatDate(computedDate);
|
||||
|
||||
data.Date = formattedDate;
|
||||
|
||||
Reference in New Issue
Block a user