Skip to content

Commit 4be7be2

Browse files
Indent player
1 parent ea95cd3 commit 4be7be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net/Elements/Entities/IPlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ public static void SetDateTime(this IPlayer player, DateTime dateTime) => player
116116
dateTime.Month, dateTime.Year, dateTime.Hour, dateTime.Minute, dateTime.Second);
117117

118118
public static void SetWeather(this IPlayer player, WeatherType weatherType) =>
119-
player.SetWeather((uint)weatherType);
119+
player.SetWeather((uint) weatherType);
120120
}
121121
}

0 commit comments

Comments
 (0)