Skip to content

Commit

Permalink
Update JobSpriteController.cs
Browse files Browse the repository at this point in the history
Don't know why it was there
  • Loading branch information
Xeni91 authored Aug 20, 2016
1 parent 56245b8 commit 724c7c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Assets/Scripts/Controllers/JobSpriteController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ void Start()
{
jobGameObjectMap = new Dictionary<Job, GameObject>();
fsc = GameObject.FindObjectOfType<FurnitureSpriteController>();
<<<<<<< HEAD

=======
>>>>>>> FuelingSystem
WorldController.Instance.world.jobQueue.cbJobCreated += OnJobCreated;
}

Expand Down

0 comments on commit 724c7c8

Please sign in to comment.