First project upload
This commit is contained in:
@@ -71,7 +71,7 @@ public class MinimapObjectMarker : MonoBehaviour
|
||||
private void AutoDetectType()
|
||||
{
|
||||
// Check if this is a CashBag
|
||||
if (GetComponent<CashBag>() != null)
|
||||
if (GetComponent<CashMag>() != null)
|
||||
{
|
||||
objectType = ObjectType.CashBag;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user