Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Gugu42/AAEmu into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Googleton committed Feb 5, 2019
2 parents 2ea9c64 + e1e62e8 commit 617b2b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AAEmu.Game/Scripts/Commands/AddLabor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


using AAEmu.Game.Core.Managers;
using AAEmu.Game.Models.Game;
using AAEmu.Game.Models.Game.Char;
Expand Down Expand Up @@ -29,4 +27,4 @@ public void Execute(Character character, string[] args)
character.ChangeLabor(count, actability);
}
}
}
}

0 comments on commit 617b2b7

Please sign in to comment.