Skip to content

Commit

Permalink
HaulRottable Hotfix
Browse files Browse the repository at this point in the history
Forgot to inherit from HaulGeneral, previous version had no Job for
HaulRottable.
  • Loading branch information
DingoDjango committed Dec 23, 2016
1 parent 857ddbc commit 96b3d4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified Assemblies/RefactoredWorkPriorities.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.16.0")]
[assembly: AssemblyFileVersion("2.2.16.0")]
[assembly: AssemblyVersion("2.3.16.0")]
[assembly: AssemblyFileVersion("2.3.16.0")]
4 changes: 2 additions & 2 deletions Source/WorkGiver_HaulRottable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace RWP
{
public class WorkGiver_HaulRottable : WorkGiver_Scanner
{
public class WorkGiver_HaulRottable : WorkGiver_HaulGeneral
{
public static bool PrioritizeRottable = true;

public override bool Prioritized
Expand Down

0 comments on commit 96b3d4a

Please sign in to comment.