Skip to content

Commit

Permalink
Update Utilities.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
7AM7 authored Jul 14, 2020
1 parent b350c2a commit e2e3c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public static Vehicle GetVehicleType(string str)
return Vehicle.Unknown;
}

public string GetEnemyState(PlayerData player)
public static string GetEnemyState(PlayerData player)
{
var state = Mem.ReadMemory<int>(player.Address + 1920);

Expand Down

0 comments on commit e2e3c4f

Please sign in to comment.