Skip to content

Commit

Permalink
Remove redundant if
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 9, 2025
1 parent 4b9b152 commit b307943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ public override IEnumerator vmethod_5(Action runCallback)
WeatherController.Instance.method_0(WeatherClasses);
}
}
else if (!isServer)
else
{
Task getWeather = GetWeather();
while (!getWeather.IsCompleted)
Expand Down

0 comments on commit b307943

Please sign in to comment.